From: Masahiro Yamada Date: Sun, 22 Mar 2015 15:07:28 +0000 (+0900) Subject: ARM: UniPhier: move init stack area just below TEXT_BASE X-Git-Tag: v2015.04-rc5~60^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8cddc27965e45993b7579ede119147c2640dc44a;p=oweals%2Fu-boot.git ARM: UniPhier: move init stack area just below TEXT_BASE There is no good reason to have the 0x1000 gap between CONFIG_SYS_INIT_SP_ADDR and CONFIG_SYS_TEXT_BASE. Signed-off-by: Masahiro Yamada --- diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index d2d88dd29e..ba89a425a8 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -281,7 +281,7 @@ #endif #define CONFIG_SPL_STACK (0x0ff08000) -#define CONFIG_SYS_INIT_SP_ADDR ((CONFIG_SYS_TEXT_BASE) - 0x00001000) +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE) #define CONFIG_PANIC_HANG