summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/j7.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/j7.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/j7.inc')
-rw-r--r--conf/machine/include/j7.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc
index d3eda1a8..c187f299 100644
--- a/conf/machine/include/j7.inc
+++ b/conf/machine/include/j7.inc
@@ -4,8 +4,6 @@ SOC_FAMILY_append = ":j7"
4OPTEEMACHINE = "k3-j721e" 4OPTEEMACHINE = "k3-j721e"
5OPTEEOUTPUTMACHINE = "k3" 5OPTEEOUTPUTMACHINE = "k3"
6 6
7# Use default IMAGE_BOOT_FILES_LEGACY files
8
9# Set the list of device targets for ti-pdk class recipes 7# Set the list of device targets for ti-pdk class recipes
10TI_PDK_LIMIT_SOCS = "j721e j7200" 8TI_PDK_LIMIT_SOCS = "j721e j7200"
11TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" 9TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm"