summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-04-01 05:57:35 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-04-01 21:39:06 -0500
commitd1a8db9a52a98852aa0a214f46a597c338048258 (patch)
tree1db7266721fb9830f25ffc81202138f3eccec51e /conf
parentbdbd5ecf0f84344c6489b1d816b0a3deed7f24c5 (diff)
downloadmeta-ti-d1a8db9a52a98852aa0a214f46a597c338048258.tar.gz
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 <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/am64xx.inc4
1 files changed, 3 insertions, 1 deletions
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 = " \
10 ti/k3-am642-evm.dtb \ 10 ti/k3-am642-evm.dtb \
11" 11"
12 12
13IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 13# AM64 supports multi-certificate images, use the same
14IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}"
15
14do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 16do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
15do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 17do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
16 18