summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-04-01 05:57:33 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-31 21:44:47 -0500
commitfbbeea534411c449779b918a57b50c65559feb8a (patch)
tree0622e48c171b022061f85ee5d02ea6653f264c2d
parent4393653953a2691769db6f245ee1c6b12b70bea8 (diff)
downloadmeta-ti-fbbeea534411c449779b918a57b50c65559feb8a.tar.gz
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 <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r--conf/machine/j7200-evm.conf3
1 files changed, 2 insertions, 1 deletions
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 = " \
14 14
15UBOOT_MACHINE = "j7200_evm_a72_config" 15UBOOT_MACHINE = "j7200_evm_a72_config"
16 16
17IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 17# J7200 supports multi-certificate images, use the same
18IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}"
18 19
19do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 20do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
20do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 21do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"