All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: vexpress_ca9x4: Correct missing SYS_LOAD_ADDR
@ 2021-09-25 13:04 Simon Glass
  2021-09-25 13:47 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2021-09-25 13:04 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Kristian Amlie, Tom Rini, Simon Glass, Albert Aribaud, Bin Meng,
	Liviu Dudau

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
-- 
2.33.0.685.g46640cef36-goog


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-07  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25 13:04 [PATCH] ARM: vexpress_ca9x4: Correct missing SYS_LOAD_ADDR Simon Glass
2021-09-25 13:47 ` Tom Rini
2021-09-25 14:44   ` Simon Glass
2021-10-07  7:55     ` Kristian Amlie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.