]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstash: Do not provide a default address for all
authorTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 11:42:00 +0000 (12:42 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jul 2024 22:48:07 +0000 (16:48 -0600)
commitb81e31a1e6c5e0b20537fa8ffba67696dec46d58
tree32de4fc057b04eec6cb089be0cb27ce19f90d6ec
parent6b8df6055ab5b37c27679a5cd8ba61f702cab120
bootstash: Do not provide a default address for all

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: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-rockchip/tpl.c
arch/arm/mach-stm32mp/Kconfig.13x
arch/arm/mach-stm32mp/Kconfig.15x
arch/arm/mach-stm32mp/Kconfig.25x
arch/x86/cpu/cpu.c
boot/Kconfig
cmd/bootstage.c
common/board_f.c
common/bootstage.c