diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2021-05-17 22:56:11 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-05-17 17:37:22 -0500 |
commit | 0a7997966f160ffa8b889fa1864355058c3a11e5 (patch) | |
tree | 0f2d86ecaedffcd68257c14958b8d73efb80495c /conf/machine | |
parent | 33ad83a1de45d78a00a11ec2f3160fba5811c28e (diff) | |
download | meta-ti-0a7997966f160ffa8b889fa1864355058c3a11e5.tar.gz |
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/machine')
-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 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM64xx SK (R5F) | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM64xx SK (R5F core) | ||
4 | |||
5 | require conf/machine/include/k3r5.inc | ||
6 | |||
7 | SYSFW_SOC = "am64x" | ||
8 | SYSFW_CONFIG = "evm" | ||
9 | SYSFW_SUFFIX = "gp" | ||
10 | |||
11 | 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 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM64xx SK | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM64xx SK board | ||
4 | |||
5 | require conf/machine/include/am64xx.inc | ||
6 | |||
7 | UBOOT_MACHINE = "am64x_sk_a53_defconfig" | ||
8 | |||
9 | KERNEL_DEVICETREE = " \ | ||
10 | ti/k3-am642-sk.dtb \ | ||
11 | " | ||