From ff6c3125e719732756f5a1c23901c1025a071cdc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 17 Sep 2017 11:44:49 -0400 Subject: 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 --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') 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 -- cgit