diff options
author | Nishanth Menon <nm@ti.com> | 2021-04-01 05:57:30 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-03-31 21:43:07 -0500 |
commit | be0c8f09c4f895c5b789a968736b23496abd4969 (patch) | |
tree | cc3a2abbe7b4b651421784be376d2ded8348101e /conf | |
parent | f36bf3544cdb09f533df0b5d0ab01258965bcccd (diff) | |
download | meta-ti-be0c8f09c4f895c5b789a968736b23496abd4969.tar.gz |
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 = " \ | |||
23 | 23 | ||
24 | BBMULTICONFIG += "k3r5-sr2" | 24 | BBMULTICONFIG += "k3r5-sr2" |
25 | 25 | ||
26 | # Use default IMAGE_BOOT_FILES_LEGACY files | ||
27 | # Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0 | ||
26 | IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb" | 28 | IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb" |
27 | do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" | 29 | do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" |
28 | do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" | 30 | do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" |