summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/am62xx.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-01 16:40:04 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-05 08:29:17 -0500
commit038148a6d018c971e15a89c80192179fc04cf170 (patch)
treed07477c626028c5f30aea6bcee52cd161791ecfb /conf/machine/include/am62xx.inc
parent5c3373071eb4cc18dc51ba4821bb163615bff105 (diff)
downloadmeta-ti-038148a6d018c971e15a89c80192179fc04cf170.tar.gz
conf: machine: Make multi-certificate image the default
Only the first two K3 devices do not support multi-cert boot so lets make multi-cert the default and only add back sysfw.itb for these two devices. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: lines be preserved? Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/include/am62xx.inc')
-rw-r--r--conf/machine/include/am62xx.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/am62xx.inc b/conf/machine/include/am62xx.inc
index 0364edd1..0231235f 100644
--- a/conf/machine/include/am62xx.inc
+++ b/conf/machine/include/am62xx.inc
@@ -8,9 +8,6 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8 8
9TFA_K3_SYSTEM_SUSPEND = "1" 9TFA_K3_SYSTEM_SUSPEND = "1"
10 10
11# AM62 supports multi-certificate images, use the same
12IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}"
13
14do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 11do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
15do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 12do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
16 13