Re: [PATCH v3] bootstash: Do not provide a default address for all

2024-07-20 Thread Tom Rini
On Mon, 15 Jul 2024 12:42:00 +0100, Simon Glass wrote: > A valid memory location to stash bootstage information at will be > architecture dependent. Move the existing defaults to the main Kconfig > file for this option and set 0x0 as the default only for sandbox. > > Applied to u-boot/master, t

Re: [PATCH v3] bootstash: Do not provide a default address for all

2024-07-15 Thread Tom Rini
On Mon, Jul 15, 2024 at 12:42:00PM +0100, Simon Glass wrote: > From: Tom Rini > > A valid memory location to stash bootstage information at will be > architecture dependent. Move the existing defaults to the main Kconfig > file for this option and set 0x0 as the default only for sandbox. > > Si

[PATCH v3] bootstash: Do not provide a default address for all

2024-07-15 Thread Simon Glass
From: Tom Rini A valid memory location to stash bootstage information at will be architecture dependent. Move the existing defaults to the main Kconfig file for this option and set 0x0 as the default only for sandbox. Signed-off-by: Tom Rini Signed-off-by: Simon Glass --- Changes in v3: - Use