summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am65xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 564d61b0..edfc7c11 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -15,11 +15,11 @@ KERNEL_DEVICETREE = " \
15" 15"
16 16
17# On AM65x the file tiboot3.bin comes from the bootloader not ti-sci-fw 17# On AM65x the file tiboot3.bin comes from the bootloader not ti-sci-fw
18do_image_wic[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy" 18do_image_complete[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy"
19 19
20# Default sysfw.itb on AM65x is for SR2.0 20# Default sysfw.itb on AM65x is for SR2.0
21BBMULTICONFIG += "k3r5-sr2" 21BBMULTICONFIG += "k3r5-sr2"
22do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" 22do_image_complete[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
23IMAGE_BOOT_FILES += "sysfw.itb" 23IMAGE_BOOT_FILES += "sysfw.itb"
24 24
25# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0 25# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0