diff options
author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | 2022-07-14 15:47:33 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-07-26 08:23:54 +0200 |
commit | fcbc43bd508afbb5b7ffa9682dc22e1f5e0912d4 (patch) | |
tree | 817dbdc1b6c0748ab37c7e8f481ebf415c35f700 /configs/xilinx_zynqmp_mini_emmc0_defconfig | |
parent | 5e0e1a86d327d0e3330aee737559dd15a3b27bd7 (diff) | |
download | u-boot-fcbc43bd508afbb5b7ffa9682dc22e1f5e0912d4.tar.gz |
xilinx: zynqmp: Do not use 0 as spl bss start address
Do not use 0 as address for memory because of the special meaning for
pointers (null pointer). Change the spl bss start address to the second
page.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Link: https://lore.kernel.org/r/20220714134733.7487-1-stefan.herbrechtsmeier-oss@weidmueller.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'configs/xilinx_zynqmp_mini_emmc0_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_mini_emmc0_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/xilinx_zynqmp_mini_emmc0_defconfig b/configs/xilinx_zynqmp_mini_emmc0_defconfig index a248cbf3a3..c481a6917f 100644 --- a/configs/xilinx_zynqmp_mini_emmc0_defconfig +++ b/configs/xilinx_zynqmp_mini_emmc0_defconfig @@ -25,8 +25,6 @@ CONFIG_BOARD_EARLY_INIT_R=y # CONFIG_BOARD_LATE_INIT is not set CONFIG_CLOCKS=y CONFIG_SPL_MAX_SIZE=0x40000 -CONFIG_SPL_HAS_BSS_LINKER_SECTION=y -CONFIG_SPL_BSS_START_ADDR=0x0 CONFIG_SPL_BSS_MAX_SIZE=0x80000 # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set CONFIG_SPL_STACK=0xfffffffc |