summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-04-01 05:57:30 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-31 21:43:07 -0500
commitbe0c8f09c4f895c5b789a968736b23496abd4969 (patch)
treecc3a2abbe7b4b651421784be376d2ded8348101e
parentf36bf3544cdb09f533df0b5d0ab01258965bcccd (diff)
downloadmeta-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>
-rw-r--r--conf/machine/include/am65xx.inc2
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
24BBMULTICONFIG += "k3r5-sr2" 24BBMULTICONFIG += "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
26IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb" 28IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb"
27do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" 29do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
28do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" 30do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"