Message ID | 20230526182731.284783-1-afd@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,master/kirkstone,1/8] conf: machine: Remove leftover k3r5 SOC_FAMILY names | expand |
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 @@ #@DESCRIPTION: Machine configuration for the TI AM62A EVM (R5F core) require conf/machine/include/k3r5.inc -SOC_FAMILY:append = ":k3r5-hs-fs" SYSFW_SOC = "am62ax" 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 @@ #@DESCRIPTION: Machine configuration for the TI AM62xx LP GP EVM (R5F core) require conf/machine/include/k3r5.inc -SOC_FAMILY:append = ":k3r5-gp" SYSFW_SOC = "am62x" 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 @@ #@DESCRIPTION: Machine configuration for the TI AM64xx EVM (R5F core) require conf/machine/include/k3r5.inc -SOC_FAMILY:append = ":am64xx" SYSFW_SOC = "am64x_sr2" SYSFW_CONFIG = "evm"
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> --- meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf | 1 - meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 1 - meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf | 1 - 3 files changed, 3 deletions(-)