summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"