From 12d901c67b1d1fe1e4fcb14dc644a6e2bbe5c8b5 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Thu, 1 Apr 2021 05:57:33 +0000 Subject: [PATCH] conf/machine: j7200-evm: Switch to multi-certificate boot images Switch to using all of multi-certificate boot images. This allows us to create bootable images - in this case, we are missing tiboot3.bin Signed-off-by: Nishanth Menon Reviewed-by: Denys Dmytriyenko --- conf/machine/j7200-evm.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/j7200-evm.conf b/conf/machine/j7200-evm.conf index 5a589f30..5ee6c89c 100644 --- a/conf/machine/j7200-evm.conf +++ b/conf/machine/j7200-evm.conf @@ -14,7 +14,8 @@ KERNEL_DEVICETREE = " \ UBOOT_MACHINE = "j7200_evm_a72_config" -IMAGE_BOOT_FILES = "tispl.bin u-boot.img" +# J7200 supports multi-certificate images, use the same +IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}" do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"