From 997c0c45c197dd8bfedc41c72d4579160b018e5e Mon Sep 17 00:00:00 2001 From: Martin Schwan Date: Fri, 15 Aug 2025 09:12:56 +0200 Subject: [PATCH] bootstd: rauc: Do not select BOOTMETH_GLOBAL Since the bootmeth "rauc" is not a global boot method, do not select the corresponding BOOTMETH_GLOBAL option. Signed-off-by: Martin Schwan --- boot/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/Kconfig b/boot/Kconfig index 54ef7052c5c..2993cd7f9ba 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -869,7 +869,6 @@ config EXPO config BOOTMETH_RAUC bool "Bootdev support for RAUC A/B systems" depends on CMDLINE - select BOOTMETH_GLOBAL select HUSH_PARSER help Enables support for booting RAUC A/B systems from MMC devices. This -- 2.47.3