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

2024-07-05 Thread Simon Glass
Hi Tom, On Wed, 3 Jul 2024 at 22:23, Tom Rini 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. > > Signed-off-by: Tom Rini > --

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

2024-07-03 Thread 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 --- Cc: Simon Glass --- arch/arm/mach-stm32mp/Kconfig.13x | 3 --- a