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.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 88259717..424864d3 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -26,17 +26,17 @@ KERNEL_DEVICETREE = " \
26 ti/k3-am654-evm-ov5640.dtbo \ 26 ti/k3-am654-evm-ov5640.dtbo \
27" 27"
28 28
29BBMULTICONFIG += "k3r5-sr2" 29# On AM65x the file tiboot3.bin comes from the bootloader not ti-sci-fw
30do_image_wic[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy"
30 31
31# Since J721e does not support multi-cert tiboot3.bin add standalone sysfw.itb 32# Default sysfw.itb on AM65x is for SR2.0
33BBMULTICONFIG += "k3r5-sr2"
34do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
32IMAGE_BOOT_FILES += "sysfw.itb" 35IMAGE_BOOT_FILES += "sysfw.itb"
33 36
34# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0 37# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0
35IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb" 38IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb"
36 39
37do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
38do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
39
40TFA_BOARD = "generic" 40TFA_BOARD = "generic"
41 41
42OPTEEMACHINE = "k3-am65x" 42OPTEEMACHINE = "k3-am65x"