diff options
author | Andrew Davis <afd@ti.com> | 2022-08-01 16:40:04 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-05 08:29:17 -0500 |
commit | 038148a6d018c971e15a89c80192179fc04cf170 (patch) | |
tree | d07477c626028c5f30aea6bcee52cd161791ecfb /conf/machine/j7200-evm.conf | |
parent | 5c3373071eb4cc18dc51ba4821bb163615bff105 (diff) | |
download | meta-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/j7200-evm.conf')
-rw-r--r-- | conf/machine/j7200-evm.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/j7200-evm.conf b/conf/machine/j7200-evm.conf index 2565c90c..c8a03a7b 100644 --- a/conf/machine/j7200-evm.conf +++ b/conf/machine/j7200-evm.conf | |||
@@ -13,8 +13,5 @@ KERNEL_DEVICETREE = " \ | |||
13 | 13 | ||
14 | UBOOT_MACHINE = "j7200_evm_a72_config" | 14 | UBOOT_MACHINE = "j7200_evm_a72_config" |
15 | 15 | ||
16 | # J7200 supports multi-certificate images, use the same | ||
17 | IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}" | ||
18 | |||
19 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 16 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
20 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 17 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |