mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM64: zynqmp: Fix stack pointer initialization
This partly reverts commit:
"ARM64: zynqmp: Add SPL support support"
(sha1: e6a9ed04e7
)
Stack can rewrite ATF code.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
0cfd0a976f
commit
8fbf678ba0
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
# define CONFIG_IDENT_STRING " Xilinx ZynqMP"
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0xfffffffc
|
||||
#define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE
|
||||
|
||||
/* Generic Timer Definitions - setup in EL3. Setup by ATF for other cases */
|
||||
#if !defined(COUNTER_FREQUENCY)
|
||||
|
@ -256,6 +256,7 @@
|
|||
#endif
|
||||
|
||||
#define CONFIG_SPL_TEXT_BASE 0xfffc0000
|
||||
#define CONFIG_SPL_STACK 0xfffffffc
|
||||
#define CONFIG_SPL_MAX_SIZE 0x20000
|
||||
|
||||
/* Just random location in OCM */
|
||||
|
|
Loading…
Reference in a new issue