projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3cffe
)
ARM: UniPhier: move init stack area just below TEXT_BASE
author
Masahiro Yamada
<
[email protected]
>
Sun, 22 Mar 2015 15:07:28 +0000
(
00:07
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Mon, 23 Mar 2015 15:15:44 +0000
(
00:15
+0900)
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 <
[email protected]
>
include/configs/uniphier.h
patch
|
blob
|
history
diff --git
a/include/configs/uniphier.h
b/include/configs/uniphier.h
index d2d88dd29e14af124168d61c0cc76d21220869fa..ba89a425a8498c46e3b9c6e0a6809c9ce419f9c9 100644
(file)
--- 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