[PATCH] ARM: vexpress_ca9x4: Correct missing SYS_LOAD_ADDR
Simon Glass
sjg at chromium.org
Sat Sep 25 15:04:18 CEST 2021
Add this missing option since it otherwise causes the build to fail in
an infinite loop of:
Address in memory to use by default (SYS_LOAD_ADDR) [] (NEW)
Error in reading or end of file.
Signed-off-by: Simon Glass <sjg at chromium.org>
Fixes: 15e30106ce6 (ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.")
---
configs/vexpress_ca9x4_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig
index 36ee3787b96..eddaf9764ab 100644
--- a/configs/vexpress_ca9x4_defconfig
+++ b/configs/vexpress_ca9x4_defconfig
@@ -5,6 +5,7 @@ CONFIG_NR_DRAM_BANKS=2
CONFIG_ENV_SIZE=0x40000
CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_DISTRO_DEFAULTS=y
+CONFIG_SYS_LOAD_ADDR=0x90000000
CONFIG_BOOTCOMMAND="run distro_bootcmd; run bootflash"
CONFIG_DEFAULT_FDT_FILE="vexpress-v2p-ca9.dtb"
# CONFIG_DISPLAY_CPUINFO is not set
--
2.33.0.685.g46640cef36-goog
More information about the U-Boot
mailing list