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

* Re: [PATCH] ARM: vexpress_ca9x4: Correct missing SYS_LOAD_ADDR
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2021-09-25 13:47 UTC (permalink / raw)
  To: Simon Glass
  Cc: U-Boot Mailing List, Kristian Amlie, Albert Aribaud, Bin Meng,
	Liviu Dudau

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

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.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH] ARM: vexpress_ca9x4: Correct missing SYS_LOAD_ADDR
  2021-09-25 13:47 ` Tom Rini
@ 2021-09-25 14:44   ` Simon Glass
  2021-10-07  7:55     ` Kristian Amlie
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2021-09-25 14:44 UTC (permalink / raw)
  To: Tom Rini
  Cc: U-Boot Mailing List, Kristian Amlie, Albert Aribaud, Bin Meng,
	Liviu Dudau

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

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

* Re: [PATCH] ARM: vexpress_ca9x4: Correct missing SYS_LOAD_ADDR
  2021-09-25 14:44   ` Simon Glass
@ 2021-10-07  7:55     ` Kristian Amlie
  0 siblings, 0 replies; 4+ messages in thread
From: Kristian Amlie @ 2021-10-07  7:55 UTC (permalink / raw)
  To: Simon Glass, Tom Rini
  Cc: U-Boot Mailing List, Albert Aribaud, Bin Meng, Liviu Dudau


[-- Attachment #1.1: Type: text/plain, Size: 741 bytes --]

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!

-- 
Kristian


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[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.