diff options
author | Andrew Davis <afd@ti.com> | 2023-05-26 13:27:24 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-07 10:10:22 -0500 |
commit | 72e9b749c0b7e9e21c44f97fefdf134627cc85f9 (patch) | |
tree | 6824e98f0f5b17444762469b30bc67dcc62ceb6b /meta-ti-bsp/conf | |
parent | ace86cffee6f7cdc5c55ff5244e424051144e4b1 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf | 1 |
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 | ||
5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
6 | SOC_FAMILY:append = ":k3r5-hs-fs" | ||
7 | 6 | ||
8 | SYSFW_SOC = "am62ax" | 7 | SYSFW_SOC = "am62ax" |
9 | SYSFW_CONFIG = "evm" | 8 | SYSFW_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 | ||
5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
6 | SOC_FAMILY:append = ":k3r5-gp" | ||
7 | 6 | ||
8 | SYSFW_SOC = "am62x" | 7 | SYSFW_SOC = "am62x" |
9 | SYSFW_CONFIG = "evm" | 8 | SYSFW_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 | ||
5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
6 | SOC_FAMILY:append = ":am64xx" | ||
7 | 6 | ||
8 | SYSFW_SOC = "am64x_sr2" | 7 | SYSFW_SOC = "am64x_sr2" |
9 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |