
15 Jul
2024
15 Jul
'24
4:48 p.m.
On Mon, Jul 15, 2024 at 12:42:00PM +0100, Simon Glass wrote:
From: Tom Rini trini@konsulko.com
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 trini@konsulko.com Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Use stub functions to avoid unnecessary #ifdefs
Ah, I see now, thanks.
--
Tom