diff options
| author | Nishanth Menon <nm@ti.com> | 2021-04-01 05:57:31 +0000 |
|---|---|---|
| committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-01 21:39:06 -0500 |
| commit | 73e07a8063ba83fc9e310c7ab9e26aaa96b6d105 (patch) | |
| tree | 0287490351740bb947c78b0ecdc3ac8970dbaf19 /conf/machine | |
| parent | 3265bd39fe67927c3422284a4370b78f14d2e3ca (diff) | |
| download | meta-ti-73e07a8063ba83fc9e310c7ab9e26aaa96b6d105.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')
| -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" |
