diff options
author | Nishanth Menon <nm@ti.com> | 2021-04-01 05:57:33 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-01 21:39:06 -0500 |
commit | 12d901c67b1d1fe1e4fcb14dc644a6e2bbe5c8b5 (patch) | |
tree | 9fed8ff0d91804a9e8a31dce8b85d87033d408a9 /conf/machine | |
parent | d4bd0e8f5441a38f3ca974db06d66f0ddc0fef80 (diff) | |
download | meta-ti-12d901c67b1d1fe1e4fcb14dc644a6e2bbe5c8b5.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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/j7200-evm.conf | 3 |
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 | ||
15 | UBOOT_MACHINE = "j7200_evm_a72_config" | 15 | UBOOT_MACHINE = "j7200_evm_a72_config" |
16 | 16 | ||
17 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | 17 | # J7200 supports multi-certificate images, use the same |
18 | IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}" | ||
18 | 19 | ||
19 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 20 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
20 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 21 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |