diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am65xx.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am65xx.inc | 10 |
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 | ||
29 | BBMULTICONFIG += "k3r5-sr2" | 29 | # On AM65x the file tiboot3.bin comes from the bootloader not ti-sci-fw |
30 | do_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 |
33 | BBMULTICONFIG += "k3r5-sr2" | ||
34 | do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" | ||
32 | IMAGE_BOOT_FILES += "sysfw.itb" | 35 | IMAGE_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 |
35 | IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb" | 38 | IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb" |
36 | 39 | ||
37 | do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" | ||
38 | do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" | ||
39 | |||
40 | TFA_BOARD = "generic" | 40 | TFA_BOARD = "generic" |
41 | 41 | ||
42 | OPTEEMACHINE = "k3-am65x" | 42 | OPTEEMACHINE = "k3-am65x" |