From 5396bf30ab5f807d7e8781f058f0aef5e6fb4853 Mon Sep 17 00:00:00 2001 From: Raymond Mao Date: Tue, 21 Oct 2025 11:16:56 -0700 Subject: [PATCH] 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 --- configs/qemu_arm64_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3