From b0eaaa067ea40611b9c047576adc8abd1a4d63a7 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 20 Mar 2026 14:53:22 -0600 Subject: 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 --- boot/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'boot') 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 -- cgit v1.2.3