From: Raymond Mao Date: Tue, 21 Oct 2025 18:16:56 +0000 (-0700) Subject: configs: select CMD_BLOBLIST for Firmware Handoff testing X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5396bf30ab5f807d7e8781f058f0aef5e6fb4853;p=thirdparty%2Fu-boot.git configs: select CMD_BLOBLIST for Firmware Handoff testing Firmware Handoff tests will leverage the same board type 'qemu_arm64' with a new board ID 'fw_handoff_tfa_optee', thus select CMD_BLOBLIST in qemu_arm64_defconfig for running the test. Signed-off-by: Raymond Mao Reviewed-by: Tom Rini --- diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 12ed6b61239..a09b107746d 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -31,6 +31,7 @@ CONFIG_CMD_SMBIOS=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_BOOTEFI_SELFTEST=y CONFIG_CMD_NVEDIT_EFI=y +CONFIG_CMD_BLOBLIST=y CONFIG_CMD_DFU=y CONFIG_CMD_MTD=y CONFIG_CMD_PCI=y