diff options
author | Nishanth Menon <nm@ti.com> | 2021-04-01 05:57:35 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-01 21:39:06 -0500 |
commit | d1a8db9a52a98852aa0a214f46a597c338048258 (patch) | |
tree | 1db7266721fb9830f25ffc81202138f3eccec51e /conf | |
parent | bdbd5ecf0f84344c6489b1d816b0a3deed7f24c5 (diff) | |
download | meta-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.inc | 4 |
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 | ||
13 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | 13 | # AM64 supports multi-certificate images, use the same |
14 | IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}" | ||
15 | |||
14 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 16 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
15 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 17 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
16 | 18 | ||