diff options
| author | Andrew Davis <afd@ti.com> | 2022-09-07 11:03:15 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-09-08 07:35:17 -0500 |
| commit | e625b874b1f7ff5ebe1e1852ab7f7c5a20a4e7cc (patch) | |
| tree | 5c7ce680130a0868355cfd4e820959af6e893c36 /conf/machine/am64xx-evm.conf | |
| parent | 0dcd35143270740233510bfe233e2dd3b0a450cb (diff) | |
| download | meta-ti-e625b874b1f7ff5ebe1e1852ab7f7c5a20a4e7cc.tar.gz | |
conf: machine: am64xx: Move multi-config targets into base SoC include
The supported device types depends on the SoC, not on any specific
board or EVM. Any board can be populated with any of the 3 supported
AM64x types. Move these into the AM64x common include.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/am64xx-evm.conf')
| -rw-r--r-- | conf/machine/am64xx-evm.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf index d9afb08e..c6ba2a87 100644 --- a/conf/machine/am64xx-evm.conf +++ b/conf/machine/am64xx-evm.conf | |||
| @@ -5,15 +5,3 @@ | |||
| 5 | require conf/machine/include/am64xx.inc | 5 | require conf/machine/include/am64xx.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" |
| 8 | |||
| 9 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP | ||
| 10 | BBMULTICONFIG += "k3r5-gp" | ||
| 11 | IMAGE_BOOT_FILES += " tiboot3-am64x-gp-evm.bin" | ||
| 12 | do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | ||
| 13 | do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | ||
| 14 | |||
| 15 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE | ||
| 16 | BBMULTICONFIG += "k3r5-sr2-hs-se" | ||
| 17 | IMAGE_BOOT_FILES += " tiboot3-am64x_sr2-hs-evm.bin" | ||
| 18 | do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" | ||
| 19 | do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" | ||
