mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM64: zynqmp: Move BSS location to the beginning of ram
With SPL_DFU support memory layout needs to be cleanup that's why move bss to the start of memory. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
5f647c2284
commit
8ed31f369a
1 changed files with 2 additions and 2 deletions
|
@ -252,8 +252,8 @@
|
||||||
#define CONFIG_SPL_MAX_SIZE 0x20000
|
#define CONFIG_SPL_MAX_SIZE 0x20000
|
||||||
|
|
||||||
/* Just random location in OCM */
|
/* Just random location in OCM */
|
||||||
#define CONFIG_SPL_BSS_START_ADDR 0x1000000
|
#define CONFIG_SPL_BSS_START_ADDR 0x0
|
||||||
#define CONFIG_SPL_BSS_MAX_SIZE 0x2000000
|
#define CONFIG_SPL_BSS_MAX_SIZE 0x80000
|
||||||
|
|
||||||
#define CONFIG_SPL_FRAMEWORK
|
#define CONFIG_SPL_FRAMEWORK
|
||||||
#define CONFIG_SPL_BOARD_INIT
|
#define CONFIG_SPL_BOARD_INIT
|
||||||
|
|
Loading…
Reference in a new issue