diff options
author | 2021-04-01 05:57:31 +0000 | |
---|---|---|
committer | 2021-04-01 21:39:06 -0500 | |
commit | 73e07a8063ba83fc9e310c7ab9e26aaa96b6d105 (patch) | |
tree | 0287490351740bb947c78b0ecdc3ac8970dbaf19 /conf | |
parent | 3265bd39fe67927c3422284a4370b78f14d2e3ca (diff) | |
download | meta-ti-73e07a8063ba83fc9e310c7ab9e26aaa96b6d105.tar.gz meta-ti-73e07a8063ba83fc9e310c7ab9e26aaa96b6d105.tar.bz2 meta-ti-73e07a8063ba83fc9e310c7ab9e26aaa96b6d105.zip |
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')
-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" OPTEEMACHINE = "k3-j721e" OPTEEOUTPUTMACHINE = "k3" +# Use default IMAGE_BOOT_FILES_LEGACY files + # Set the list of device targets for ti-pdk class recipes TI_PDK_LIMIT_SOCS = "j721e j7200" TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" |