
25 Sep
2025
25 Sep
'25
5:47 p.m.
From: Simon Glass <sjg@chromium.org> Enable this command for sandbox and the EFI app. Signed-off-by: Simon Glass <sjg@chromium.org> --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index af79770b4c6..44e1b60c592 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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 -- 2.43.0