diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am64xx.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am64xx.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc index f1a91991..0fd15b90 100644 --- a/meta-ti-bsp/conf/machine/include/am64xx.inc +++ b/meta-ti-bsp/conf/machine/include/am64xx.inc | |||
@@ -17,19 +17,17 @@ KERNEL_DEVICETREE = " \ | |||
17 | # Default tiboot3.bin on AM64x is for SR2.0 HS-FS | 17 | # Default tiboot3.bin on AM64x is for SR2.0 HS-FS |
18 | BBMULTICONFIG = "k3r5-sr2-hs-fs" | 18 | BBMULTICONFIG = "k3r5-sr2-hs-fs" |
19 | do_image_wic[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" | 19 | do_image_wic[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" |
20 | do_image_tar[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" | 20 | IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-fs-evm.bin" |
21 | 21 | ||
22 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP | 22 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP |
23 | BBMULTICONFIG += "k3r5-gp" | 23 | BBMULTICONFIG += "k3r5-gp" |
24 | IMAGE_BOOT_FILES += "tiboot3-am64x-gp-evm.bin" | ||
25 | do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | 24 | do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" |
26 | do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | 25 | IMAGE_BOOT_FILES += "tiboot3-am64x-gp-evm.bin" |
27 | 26 | ||
28 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE | 27 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE |
29 | BBMULTICONFIG += "k3r5-sr2-hs-se" | 28 | BBMULTICONFIG += "k3r5-sr2-hs-se" |
30 | IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-evm.bin" | ||
31 | do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" | 29 | do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" |
32 | do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" | 30 | IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-evm.bin" |
33 | 31 | ||
34 | TFA_BOARD = "lite" | 32 | TFA_BOARD = "lite" |
35 | 33 | ||