diff options
author | 2021-04-01 05:57:30 +0000 | |
---|---|---|
committer | 2021-04-01 21:39:06 -0500 | |
commit | 3265bd39fe67927c3422284a4370b78f14d2e3ca (patch) | |
tree | 533f703496f422a1a8c6db67a252885fdbd1c12f /conf | |
parent | f528512899e1f6a061db22b1c605414bc6087835 (diff) | |
download | meta-ti-3265bd39fe67927c3422284a4370b78f14d2e3ca.tar.gz meta-ti-3265bd39fe67927c3422284a4370b78f14d2e3ca.tar.bz2 meta-ti-3265bd39fe67927c3422284a4370b78f14d2e3ca.zip |
conf/machine: am65xx: 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/am65xx.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc index 684fea45..547c2e87 100644 --- a/conf/machine/include/am65xx.inc +++ b/conf/machine/include/am65xx.inc @@ -23,6 +23,8 @@ KERNEL_DEVICETREE = " \ BBMULTICONFIG += "k3r5-sr2" +# Use default IMAGE_BOOT_FILES_LEGACY files +# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0 IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb" do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" |