summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-04-01 05:57:31 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-31 21:43:19 -0500
commitff6e95ff4217b39d9643634a45f274cd43de42cd (patch)
tree37e9e46f834fa5f1b388496f694dfb145f0adc2d
parentbe0c8f09c4f895c5b789a968736b23496abd4969 (diff)
downloadmeta-ti-ff6e95ff4217b39d9643634a45f274cd43de42cd.tar.gz
conf/machine: j7: Document boot images as legacy mode
We use the default IMAGE_BOOT_FILES configuration which matches up with legacy boot configuration. Document the same to allow folks to understand by just looking at the SoC include file. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r--conf/machine/include/j7.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc
index c187f299..d3eda1a8 100644
--- a/conf/machine/include/j7.inc
+++ b/conf/machine/include/j7.inc
@@ -4,6 +4,8 @@ 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
7# Set the list of device targets for ti-pdk class recipes 9# Set the list of device targets for ti-pdk class recipes
8TI_PDK_LIMIT_SOCS = "j721e j7200" 10TI_PDK_LIMIT_SOCS = "j721e j7200"
9TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" 11TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm"