From 44d9a6a344ccd8b6c6b7cce90ba838a748ccde58 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Thu, 1 Apr 2021 05:57:35 +0000 Subject: conf/machine: am64xx: 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/include/am64xx.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc index 56d01502..641bddd0 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc @@ -10,7 +10,9 @@ KERNEL_DEVICETREE = " \ ti/k3-am642-evm.dtb \ " -IMAGE_BOOT_FILES = "tispl.bin u-boot.img" +# AM64 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" -- cgit v1.2.3-54-g00ecf