diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-15 12:42:00 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-19 16:48:07 -0600 |
commit | b81e31a1e6c5e0b20537fa8ffba67696dec46d58 (patch) | |
tree | 32de4fc057b04eec6cb089be0cb27ce19f90d6ec /arch/arm/mach-stm32mp/Kconfig.13x | |
parent | 6b8df6055ab5b37c27679a5cd8ba61f702cab120 (diff) | |
download | u-boot-b81e31a1e6c5e0b20537fa8ffba67696dec46d58.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-stm32mp/Kconfig.13x')
-rw-r--r-- | arch/arm/mach-stm32mp/Kconfig.13x | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig.13x b/arch/arm/mach-stm32mp/Kconfig.13x index 4d74b35055b..bc8b3f8cf77 100644 --- a/arch/arm/mach-stm32mp/Kconfig.13x +++ b/arch/arm/mach-stm32mp/Kconfig.13x @@ -28,9 +28,6 @@ config PRE_CON_BUF_ADDR config PRE_CON_BUF_SZ default 4096 -config BOOTSTAGE_STASH_ADDR - default 0xC3000000 - if BOOTCOUNT_GENERIC config SYS_BOOTCOUNT_SINGLEWORD default y |