diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-17 11:44:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-29 14:07:51 -0400 |
commit | ff6c3125e719732756f5a1c23901c1025a071cdc (patch) | |
tree | 21f5f20b04334c8b3fce84fb0024caa066fb8d01 /arch | |
parent | c774207f48585544664bd9675c14a7812ecce348 (diff) |
TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value
On ARCH_OMAP2PLUS platforms we know what the DDR layout is going to be,
and that it is safe to use SPL_STACK_R and provide a default value for
it. select this and re-sync the defconfigs.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bb64b9c160..fca23b4e64 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -588,6 +588,7 @@ config ARCH_OMAP2PLUS bool "TI OMAP2+" select CPU_V7 select SPL_BOARD_INIT if SPL + select SPL_STACK_R if SPL select SUPPORT_SPL imply FIT |