]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: select CMD_BLOBLIST for Firmware Handoff testing
authorRaymond Mao <raymond.mao@linaro.org>
Tue, 21 Oct 2025 18:16:56 +0000 (11:16 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 4 Nov 2025 16:59:41 +0000 (10:59 -0600)
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 <raymond.mao@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/qemu_arm64_defconfig

index 12ed6b6123928791dff26ee2b8b2fd59a1c035c2..a09b107746d7dde6404f265a0aef385c84be7b5e 100644 (file)
@@ -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