mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
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>
This commit is contained in:
parent
6a3cffe8e1
commit
8cddc27965
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue