From be0c8f09c4f895c5b789a968736b23496abd4969 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Thu, 1 Apr 2021 05:57:30 +0000 Subject: 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 Reviewed-by: Denys Dmytriyenko --- conf/machine/include/am65xx.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3-54-g00ecf