summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-25 13:11:32 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-06 08:24:37 -0500
commitabbb330ca260aad23ab47f66d90543f85d65d157 (patch)
treec5c83714014f58a44ba580ad0d453c822d34c101
parent79c2fbfeb273a5f6452a61e8c6bfe47dc078810d (diff)
downloadmeta-ti-abbb330ca260aad23ab47f66d90543f85d65d157.tar.gz
conf: machine: Remove all leftover config files
Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm-k3r5-gp.conf19
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-fs.conf14
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf22
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf18
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf14
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-se.conf21
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf14
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-se.conf21
-rw-r--r--meta-ti-bsp/conf/machine/am64xx-evm-k3r5-gp.conf20
-rw-r--r--meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf14
-rw-r--r--meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-se.conf20
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-evm-k3r5-sr2.conf11
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5-sr2.conf11
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-evm-k3r5-gp.conf20
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-evm-k3r5-sr1-hs-fs.conf15
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm-k3r5-gp.conf20
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm-k3r5-sr1-hs-fs.conf16
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-gp.conf3
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf3
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-hs-se.conf3
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-sr1-hs-fs.conf3
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-sr1.conf3
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-fs.conf3
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-se.conf3
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-sr2.conf3
25 files changed, 0 insertions, 314 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-gp.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-gp.conf
deleted file mode 100644
index 962413c3..00000000
--- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-gp.conf
+++ /dev/null
@@ -1,19 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM62A GP EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62A GP EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62ax"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11SYSFW_TIBOOT3_SYMLINK = ""
12SYSFW_SYMLINK = ""
13
14UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
15
16SPL_BINARY = ""
17UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
18UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
19UBOOT_SYMLINK = "u-boot-r5spl-gp.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-fs.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-fs.conf
deleted file mode 100644
index 256f021a..00000000
--- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-fs.conf
+++ /dev/null
@@ -1,14 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM62A HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62A HS-FS EVM (R5F core)
4
5# Booting HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-hs-fs"
9
10SYSFW_SOC = "am62ax"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13
14UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf
deleted file mode 100644
index c7cb0681..00000000
--- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf
+++ /dev/null
@@ -1,22 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM62A HS-SE EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62A HS-SE EVM (R5F core)
4
5# Booting HS-SE requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-hs-se"
9
10SYSFW_SOC = "am62ax"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs"
13
14SYSFW_TIBOOT3_SYMLINK = ""
15SYSFW_SYMLINK = ""
16
17UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
18
19SPL_BINARY = ""
20UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
21UBOOT_IMAGE = "u-boot-r5spl-hs-se-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
22UBOOT_SYMLINK = "u-boot-r5spl-hs-se.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
deleted file mode 100644
index ab18301a..00000000
--- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
+++ /dev/null
@@ -1,18 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM62XX EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11SYSFW_TIBOOT3_SYMLINK = ""
12
13UBOOT_MACHINE = "am62x_evm_r5_defconfig"
14
15SPL_BINARY = ""
16UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
17UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
18UBOOT_SYMLINK = "u-boot-r5spl-gp.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf
deleted file mode 100644
index 0dad1104..00000000
--- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf
+++ /dev/null
@@ -1,14 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM62xx HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx HS-FS EVM (R5F core)
4
5# Booting HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-hs-fs"
9
10SYSFW_SOC = "am62x"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13
14UBOOT_MACHINE = "am62x_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-se.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-se.conf
deleted file mode 100644
index 7bca513a..00000000
--- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-se.conf
+++ /dev/null
@@ -1,21 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM62xx HS-SE EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx HS-SE EVM (R5F core)
4
5# Booting HS-SE requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-hs-se"
9
10SYSFW_SOC = "am62x"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs"
13
14SYSFW_TIBOOT3_SYMLINK = ""
15
16UBOOT_MACHINE = "am62x_evm_r5_defconfig"
17
18SPL_BINARY = ""
19UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
20UBOOT_IMAGE = "u-boot-r5spl-hs-se-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
21UBOOT_SYMLINK = "u-boot-r5spl-hs-se.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf
deleted file mode 100644
index 9026b67c..00000000
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf
+++ /dev/null
@@ -1,14 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM62xx LPSK HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx LP HS-FS EVM (R5F core)
4
5# Booting HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-hs-fs"
9
10SYSFW_SOC = "am62x"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13
14UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-se.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-se.conf
deleted file mode 100644
index c126de0f..00000000
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-se.conf
+++ /dev/null
@@ -1,21 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM62xx LPSK HS-SE EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx LP HS-SE EVM (R5F core)
4
5# Booting HS-SE requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-hs-se"
9
10SYSFW_SOC = "am62x"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs"
13
14SYSFW_TIBOOT3_SYMLINK = ""
15
16UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
17
18SPL_BINARY = ""
19UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
20UBOOT_IMAGE = "u-boot-r5spl-hs-se-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
21UBOOT_SYMLINK = "u-boot-r5spl-hs-se.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-gp.conf b/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-gp.conf
deleted file mode 100644
index 50bf6a07..00000000
--- a/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-gp.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM64xx GP EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM64xx GP EVM (R5F core)
4
5# Booting GP requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-gp"
9
10SYSFW_SOC = "am64x"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "gp"
13SYSFW_TIBOOT3_SYMLINK = ""
14
15UBOOT_MACHINE = "am64x_evm_r5_defconfig"
16
17SPL_BINARY = ""
18UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
19UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
20UBOOT_SYMLINK = "u-boot-r5spl-gp.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf b/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf
deleted file mode 100644
index 42ddbb4c..00000000
--- a/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf
+++ /dev/null
@@ -1,14 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM64xx SR2.0 HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM64xx SR2.0 HS-FS EVM (R5F core)
4
5# Booting SR2.0 HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-sr2-hs-fs"
9
10SYSFW_SOC = "am64x_sr2"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13
14UBOOT_MACHINE = "am64x_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-se.conf b/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-se.conf
deleted file mode 100644
index a1c2b3e6..00000000
--- a/meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-se.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM64xx SR2.0 HS-SE EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM64xx SR2.0 HS-SE EVM (R5F core)
4
5# Booting SR2.0 HS-SE requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-sr2-hs-se"
9
10SYSFW_SOC = "am64x_sr2"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs"
13SYSFW_TIBOOT3_SYMLINK = ""
14
15UBOOT_MACHINE = "am64x_evm_r5_defconfig"
16
17SPL_BINARY = ""
18UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
19UBOOT_IMAGE = "u-boot-r5spl-sr2-hs-se-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
20UBOOT_SYMLINK = "u-boot-r5spl-sr2-hs-se.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5-sr2.conf b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5-sr2.conf
deleted file mode 100644
index e74dd3ab..00000000
--- a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5-sr2.conf
+++ /dev/null
@@ -1,11 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM65xx SR2.0 EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM65xx SR2.0 EVM (R5F core)
4
5# Booting SR2 requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/am65xx-evm-k3r5.conf
8SOC_FAMILY:append = ":k3r5-sr2"
9
10SYSFW_SOC = "am65x_sr2"
11SYSFW_SYMLINK = "sysfw.itb"
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5-sr2.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5-sr2.conf
deleted file mode 100644
index ff1645e4..00000000
--- a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5-sr2.conf
+++ /dev/null
@@ -1,11 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM65xx SR2.0 HS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM65xx SR2.0 HS EVM (R5F core)
4
5# Booting SR2 requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/am65xx-hs-evm-k3r5.conf
8SOC_FAMILY:append = ":k3r5-sr2"
9
10SYSFW_SOC = "am65x_sr2"
11SYSFW_SYMLINK = "sysfw.itb"
diff --git a/meta-ti-bsp/conf/machine/j721s2-evm-k3r5-gp.conf b/meta-ti-bsp/conf/machine/j721s2-evm-k3r5-gp.conf
deleted file mode 100644
index 95771139..00000000
--- a/meta-ti-bsp/conf/machine/j721s2-evm-k3r5-gp.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1#@TYPE: Machine
2#@NAME: J721S2 GP EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI J721S2 GP EVM (R5F core)
4
5# Booting GP requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-gp"
9
10SYSFW_SOC = "j721s2"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "gp"
13SYSFW_TIBOOT3_SYMLINK = "tiboot3.bin"
14
15UBOOT_MACHINE = "j721s2_evm_r5_defconfig"
16
17SPL_BINARY = ""
18UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
19UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
20UBOOT_SYMLINK = "u-boot-r5spl-gp.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/j721s2-evm-k3r5-sr1-hs-fs.conf b/meta-ti-bsp/conf/machine/j721s2-evm-k3r5-sr1-hs-fs.conf
deleted file mode 100644
index 1a77830d..00000000
--- a/meta-ti-bsp/conf/machine/j721s2-evm-k3r5-sr1-hs-fs.conf
+++ /dev/null
@@ -1,15 +0,0 @@
1#@TYPE: Machine
2#@NAME: J721S2 HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI J721S2 HS-FS EVM (R5F core)
4
5# Booting HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-sr1-hs-fs"
9
10SYSFW_SOC = "j721s2"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13SYSFW_TIBOOT3_SYMLINK = ""
14
15UBOOT_MACHINE = "j721s2_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm-k3r5-gp.conf b/meta-ti-bsp/conf/machine/j784s4-evm-k3r5-gp.conf
deleted file mode 100644
index 6f7ef92e..00000000
--- a/meta-ti-bsp/conf/machine/j784s4-evm-k3r5-gp.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1#@TYPE: Machine
2#@NAME: J784S4 GP EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI J784S4 GP EVM (R5F core)
4
5# Booting GP requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-gp"
9
10SYSFW_SOC = "j784s4"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "gp"
13SYSFW_TIBOOT3_SYMLINK = "tiboot3.bin"
14
15UBOOT_MACHINE = "j784s4_evm_r5_defconfig"
16
17SPL_BINARY = ""
18UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
19UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
20UBOOT_SYMLINK = "u-boot-r5spl-gp.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm-k3r5-sr1-hs-fs.conf b/meta-ti-bsp/conf/machine/j784s4-evm-k3r5-sr1-hs-fs.conf
deleted file mode 100644
index 18b38305..00000000
--- a/meta-ti-bsp/conf/machine/j784s4-evm-k3r5-sr1-hs-fs.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: J784S4 HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI J784S4 HS-FS EVM (R5F core)
4
5# Booting HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-sr1-hs-fs"
9
10SYSFW_SOC = "j784s4"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13SYSFW_TIBOOT3_SYMLINK = ""
14SYSFW_SYMLINK = ""
15
16UBOOT_MACHINE = "j784s4_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-gp.conf b/meta-ti-bsp/conf/multiconfig/k3r5-gp.conf
deleted file mode 100644
index 80491e35..00000000
--- a/meta-ti-bsp/conf/multiconfig/k3r5-gp.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1require k3r5.conf
2
3MACHINE:append = "-gp"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf b/meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf
deleted file mode 100644
index e22204ee..00000000
--- a/meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1require k3r5.conf
2
3MACHINE:append = "-hs-fs"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-hs-se.conf b/meta-ti-bsp/conf/multiconfig/k3r5-hs-se.conf
deleted file mode 100644
index 7e3d7dae..00000000
--- a/meta-ti-bsp/conf/multiconfig/k3r5-hs-se.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1require k3r5.conf
2
3MACHINE:append = "-hs-se"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-sr1-hs-fs.conf b/meta-ti-bsp/conf/multiconfig/k3r5-sr1-hs-fs.conf
deleted file mode 100644
index 505f08d5..00000000
--- a/meta-ti-bsp/conf/multiconfig/k3r5-sr1-hs-fs.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1require k3r5-sr1.conf
2
3MACHINE:append = "-hs-fs"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-sr1.conf b/meta-ti-bsp/conf/multiconfig/k3r5-sr1.conf
deleted file mode 100644
index 1c8098cd..00000000
--- a/meta-ti-bsp/conf/multiconfig/k3r5-sr1.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1require k3r5.conf
2
3MACHINE:append = "-sr1"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-fs.conf b/meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-fs.conf
deleted file mode 100644
index 98972326..00000000
--- a/meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-fs.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1require k3r5-sr2.conf
2
3MACHINE:append = "-hs-fs"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-se.conf b/meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-se.conf
deleted file mode 100644
index 8b98fc0a..00000000
--- a/meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-se.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1require k3r5-sr2.conf
2
3MACHINE:append = "-hs-se"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-sr2.conf b/meta-ti-bsp/conf/multiconfig/k3r5-sr2.conf
deleted file mode 100644
index e933b9cc..00000000
--- a/meta-ti-bsp/conf/multiconfig/k3r5-sr2.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1require k3r5.conf
2
3MACHINE:append = "-sr2"