git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7ae02
)
bootstd: rauc: Do not select BOOTMETH_GLOBAL
author
Martin Schwan
<m.schwan@phytec.de>
Fri, 15 Aug 2025 07:12:56 +0000
(09:12 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 25 Aug 2025 16:15:12 +0000
(10:15 -0600)
Since the bootmeth "rauc" is not a global boot method, do not select the
corresponding BOOTMETH_GLOBAL option.
Signed-off-by: Martin Schwan <m.schwan@phytec.de>
boot/Kconfig
patch
|
blob
|
history
diff --git
a/boot/Kconfig
b/boot/Kconfig
index
54ef705
..
2993cd7
100644
(file)
--- 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