[PATCH] ARM: configs: multi: enable CONFIG_BOOT_OVERRIDE
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Jan 20 04:22:36 PST 2026
From: Ahmad Fatoum <a.fatoum at barebox.org>
The override mechanism is becoming an increasingly useful development
aid, so enable it in the multi defconfigs.
Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
arch/arm/configs/multi_v7_defconfig | 1 +
arch/arm/configs/multi_v8_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 688fd1c7c19e..5db25fd1a74b 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -103,6 +103,7 @@ CONFIG_HUSH_FANCY_PROMPT=y
CONFIG_AUTO_COMPLETE=y
CONFIG_MENU=y
# CONFIG_TIMESTAMP is not set
+CONFIG_BOOT_OVERRIDE=y
CONFIG_BOOTM_SHOW_TYPE=y
CONFIG_BOOTM_VERBOSE=y
CONFIG_BOOTM_INITRD=y
diff --git a/arch/arm/configs/multi_v8_defconfig b/arch/arm/configs/multi_v8_defconfig
index 73a2d5feef37..2ceeec4a3180 100644
--- a/arch/arm/configs/multi_v8_defconfig
+++ b/arch/arm/configs/multi_v8_defconfig
@@ -55,6 +55,7 @@ CONFIG_PROMPT="barebox> "
CONFIG_HUSH_FANCY_PROMPT=y
CONFIG_AUTO_COMPLETE=y
CONFIG_MENU=y
+CONFIG_BOOT_OVERRIDE=y
CONFIG_BOOTM_SHOW_TYPE=y
CONFIG_BOOTM_VERBOSE=y
CONFIG_BOOTM_INITRD=y
--
2.47.3
More information about the barebox
mailing list