cmd: sandbox: efi: Enable part_find for sandbox and EFI app

Enable this command for sandbox and the EFI app.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-12-08 12:49:25 -07:00
parent 004eb91bda
commit 1657f8ab08

View File

@@ -1539,6 +1539,7 @@ config CMD_PART
config CMD_PART_FIND
bool "part_find"
depends on PARTITIONS
default y if SANDBOX || EFI_APP
select HAVE_BLOCK_DEVICE
select PARTITION_UUIDS
select PARTITION_TYPE_GUID