Skip to content
Snippets Groups Projects
Commit 41aebf81 authored by Tom Rini's avatar Tom Rini Committed by Albert ARIBAUD
Browse files

omap4/5/am33xx: Make lowlevel_init available to all armv7 platforms


Make the lowlevel_init function that these platforms have which just
sets up the stack and calls a C function available to all armv7
platforms.  As part of this we change some of the macros that are used
to be more clear.  Previously (except for am335x evm) we had been
setting CONFIG_SYS_INIT_SP_ADDR to a series of new defines that are
equivalent to simply referencing NON_SECURE_SRAM_END.  On am335x evm we
should have been doing this initially and do now.

Cc: Sricharan R <r.sricharan@ti.com>
Tested-by: default avatarAllen Martin <amartin@nvidia.com>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent a4a99fff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment