summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-26 13:27:24 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:10:22 -0500
commit72e9b749c0b7e9e21c44f97fefdf134627cc85f9 (patch)
tree6824e98f0f5b17444762469b30bc67dcc62ceb6b
parentace86cffee6f7cdc5c55ff5244e424051144e4b1 (diff)
downloadmeta-ti-72e9b749c0b7e9e21c44f97fefdf134627cc85f9.tar.gz
conf: machine: Remove leftover k3r5 SOC_FAMILY names
These are not used anymore and most have been removed, these look to be leftovers, remove them. 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.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf1
3 files changed, 0 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
index 80b6497f..2af3317e 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
@@ -3,7 +3,6 @@
3#@DESCRIPTION: Machine configuration for the TI AM62A EVM (R5F core) 3#@DESCRIPTION: Machine configuration for the TI AM62A EVM (R5F core)
4 4
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6SOC_FAMILY:append = ":k3r5-hs-fs"
7 6
8SYSFW_SOC = "am62ax" 7SYSFW_SOC = "am62ax"
9SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
index 54059dd7..d2064b27 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
@@ -3,7 +3,6 @@
3#@DESCRIPTION: Machine configuration for the TI AM62xx LP GP EVM (R5F core) 3#@DESCRIPTION: Machine configuration for the TI AM62xx LP GP EVM (R5F core)
4 4
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6SOC_FAMILY:append = ":k3r5-gp"
7 6
8SYSFW_SOC = "am62x" 7SYSFW_SOC = "am62x"
9SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
diff --git a/meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf
index 4369becc..e932928a 100644
--- a/meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf
@@ -3,7 +3,6 @@
3#@DESCRIPTION: Machine configuration for the TI AM64xx EVM (R5F core) 3#@DESCRIPTION: Machine configuration for the TI AM64xx EVM (R5F core)
4 4
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6SOC_FAMILY:append = ":am64xx"
7 6
8SYSFW_SOC = "am64x_sr2" 7SYSFW_SOC = "am64x_sr2"
9SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"