summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am64xx-sk-k3r5.conf11
-rw-r--r--conf/machine/am64xx-sk.conf11
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
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am64x"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11UBOOT_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
5require conf/machine/include/am64xx.inc
6
7UBOOT_MACHINE = "am64x_sk_a53_defconfig"
8
9KERNEL_DEVICETREE = " \
10 ti/k3-am642-sk.dtb \
11"