summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-23 00:07:28 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-24 00:15:44 +0900
commit8cddc27965e45993b7579ede119147c2640dc44a (patch)
tree4d36cba8d197bacaeffe34290f79b8daca8e0e81 /include
parent6a3cffe8e189ca7ebd5bb801db7ec28b35ed9797 (diff)
downloadtalos-obmc-uboot-8cddc27965e45993b7579ede119147c2640dc44a.tar.gz
talos-obmc-uboot-8cddc27965e45993b7579ede119147c2640dc44a.zip
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 <yamada.masahiro@socionext.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud