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.inc13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 10d2f293..548a96f2 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -12,16 +12,13 @@ KERNEL_DEVICETREE = " \
12 ti/k3-am654-base-board.dtb \ 12 ti/k3-am654-base-board.dtb \
13" 13"
14 14
15# On AM65x the file tiboot3.bin comes from the bootloader not ti-sci-fw 15IMAGE_BOOT_FILES += "sysfw.itb"
16do_image_complete[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy"
17 16
18# Default sysfw.itb on AM65x is for SR2.0 17# Default sysfw.itb on AM65x is for GP
19BBMULTICONFIG += "k3r5-sr2" 18IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb"
20do_image_complete[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
21IMAGE_BOOT_FILES += "sysfw.itb sysfw-am65x_sr2-${SYSFW_SUFFIX}-evm.itb"
22 19
23# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0 20# Since default sysfw.itb on AM65x is for GP, add a version for HS-SE
24IMAGE_BOOT_FILES += "sysfw-am65x-${SYSFW_SUFFIX}-evm.itb" 21IMAGE_BOOT_FILES += "sysfw-am65x-hs-evm.itb"
25 22
26TFA_BOARD = "generic" 23TFA_BOARD = "generic"
27 24