arm: zynq: Setup non zero SPL FIT load address
Default setup is 0 which is incorrect place because it points to OCM which is allocated for SPL only in our case. Use address in DDR. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
dd610e616c
commit
acb83bb3ec
1 changed files with 2 additions and 0 deletions
|
@ -290,6 +290,8 @@
|
|||
#define CONFIG_SPL_BSS_START_ADDR 0x100000
|
||||
#define CONFIG_SPL_BSS_MAX_SIZE 0x100000
|
||||
|
||||
#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x10000000
|
||||
|
||||
#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
|
||||
|
||||
#endif /* __CONFIG_ZYNQ_COMMON_H */
|
||||
|
|
Loading…
Reference in a new issue