diff mbox

[U-Boot,08/13] ARM: UniPhier: move init stack area just below TEXT_BASE

Message ID 1427036853-9473-9-git-send-email-yamada.masahiro@socionext.com
State Accepted
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada March 22, 2015, 3:07 p.m. UTC
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 <yamada.masahiro@socionext.com>
---

 include/configs/uniphier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index d2d88dd..ba89a42 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