From: Martin Schwan Date: Fri, 15 Aug 2025 07:12:56 +0000 (+0200) Subject: bootstd: rauc: Do not select BOOTMETH_GLOBAL X-Git-Tag: v2025.10-rc3~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997c0c45c197dd8bfedc41c72d4579160b018e5e;p=pandora-u-boot.git 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 --- 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