diff options
| author | Tom Rini <[email protected]> | 2026-03-20 14:53:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-03 12:06:10 -0600 |
| commit | b0eaaa067ea40611b9c047576adc8abd1a4d63a7 (patch) | |
| tree | 2293b2d2fd3e6e03606850d81fddc4d9202eab18 /boot | |
| parent | 0b1a79350212d0d166135bcfa4dd3a2cfbdc59ce (diff) | |
global: Audit Kconfig usage of PARTITION_TYPE_GUID
It is not functionally possible to use the code enabled by
PARTITION_TYPE_GUID without having EFI_PARTITION be enabled as well. Not
all users of the former had ensured that the latter was enabled however,
so audit all current users and then as appropriate select or imply
EFI_PARTITION as needed.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index bfed452d77e..a56b7aa2f37 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -563,6 +563,7 @@ config BOOTMETH_ANDROID select CMD_BCB imply CMD_FASTBOOT imply FASTBOOT if !NET_LWIP + select EFI_PARTITION select PARTITION_TYPE_GUID select PARTITION_UUIDS help |
