summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-04-01 05:57:35 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-31 21:45:07 -0500
commit44d9a6a344ccd8b6c6b7cce90ba838a748ccde58 (patch)
treee163f94da2f8adff43b588a595280c6af681cb82
parent6d4a13deb0ce2398e032c6a4d7035bbf953375ab (diff)
downloadmeta-ti-44d9a6a344ccd8b6c6b7cce90ba838a748ccde58.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>
-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