[PATCH] ARM: vexpress_ca9x4: Correct missing SYS_LOAD_ADDR

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@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

On Sat, Sep 25, 2021 at 07:04:18AM -0600, Simon Glass wrote:
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@chromium.org Fixes: 15e30106ce6 (ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.")
I pushed something like this through last night, FYI.

Hi Tom,
On Sat, 25 Sept 2021 at 07:47, Tom Rini trini@konsulko.com wrote:
On Sat, Sep 25, 2021 at 07:04:18AM -0600, Simon Glass wrote:
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@chromium.org Fixes: 15e30106ce6 (ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.")
I pushed something like this through last night, FYI.
OK ta, should have checked this morning!
- Simon

On 25/09/2021 16:44, Simon Glass wrote:
Hi Tom,
On Sat, 25 Sept 2021 at 07:47, Tom Rini trini@konsulko.com wrote:
On Sat, Sep 25, 2021 at 07:04:18AM -0600, Simon Glass wrote:
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@chromium.org Fixes: 15e30106ce6 (ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.")
I pushed something like this through last night, FYI.
OK ta, should have checked this morning!
Confirmed working on our side too. Thanks!
participants (3)
-
Kristian Amlie
-
Simon Glass
-
Tom Rini