diff options
author | Nishanth Menon <nm@ti.com> | 2021-04-01 05:57:31 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-03-31 21:43:19 -0500 |
commit | ff6e95ff4217b39d9643634a45f274cd43de42cd (patch) | |
tree | 37e9e46f834fa5f1b388496f694dfb145f0adc2d /conf/machine/include | |
parent | be0c8f09c4f895c5b789a968736b23496abd4969 (diff) | |
download | meta-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>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/j7.inc | 2 |
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" | |||
4 | OPTEEMACHINE = "k3-j721e" | 4 | OPTEEMACHINE = "k3-j721e" |
5 | OPTEEOUTPUTMACHINE = "k3" | 5 | OPTEEOUTPUTMACHINE = "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 |
8 | TI_PDK_LIMIT_SOCS = "j721e j7200" | 10 | TI_PDK_LIMIT_SOCS = "j721e j7200" |
9 | TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" | 11 | TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" |