diff options
author | 2021-05-17 22:56:11 +0000 | |
---|---|---|
committer | 2021-05-17 22:35:15 -0500 | |
commit | d54da744941ff97f2502bad2d7c51c5387bde929 (patch) | |
tree | 741f729c3d16e590a341f11f94936678a87151d0 /conf | |
parent | 0db194a572b28a97dae523336e27f8fdb920ad77 (diff) | |
download | meta-ti-d54da744941ff97f2502bad2d7c51c5387bde929.tar.gz meta-ti-d54da744941ff97f2502bad2d7c51c5387bde929.tar.bz2 meta-ti-d54da744941ff97f2502bad2d7c51c5387bde929.zip |
machine: am64xx-sk: Drop am64xx-sk Machine support
With U-Boot supporting both am64xx-evm and am64xx-sk with single
defconfig, there is not need for a new machine for am64xx-sk.
So, drop support for am64xx-sk machine.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am64xx-sk-k3r5.conf | 11 | ||||
-rw-r--r-- | conf/machine/am64xx-sk.conf | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/conf/machine/am64xx-sk-k3r5.conf b/conf/machine/am64xx-sk-k3r5.conf deleted file mode 100644 index 07ca5902..00000000 --- a/conf/machine/am64xx-sk-k3r5.conf +++ /dev/null @@ -1,11 +0,0 @@ -#@TYPE: Machine -#@NAME: AM64xx SK (R5F) -#@DESCRIPTION: Machine configuration for the TI AM64xx SK (R5F core) - -require conf/machine/include/k3r5.inc - -SYSFW_SOC = "am64x" -SYSFW_CONFIG = "evm" -SYSFW_SUFFIX = "gp" - -UBOOT_MACHINE = "am64x_sk_r5_defconfig" diff --git a/conf/machine/am64xx-sk.conf b/conf/machine/am64xx-sk.conf deleted file mode 100644 index 445ff723..00000000 --- a/conf/machine/am64xx-sk.conf +++ /dev/null @@ -1,11 +0,0 @@ -#@TYPE: Machine -#@NAME: AM64xx SK -#@DESCRIPTION: Machine configuration for the TI AM64xx SK board - -require conf/machine/include/am64xx.inc - -UBOOT_MACHINE = "am64x_sk_a53_defconfig" - -KERNEL_DEVICETREE = " \ - ti/k3-am642-sk.dtb \ -" |