Rename and consolidate TI J7xxx kernel configuration files for better
organization and consistency:
- Rename ti-j72xx-{standard,preempt-rt}.scc to ti-j7xxx-{standard,
preempt-rt}.scc
- Drop redundant ti-j78xx-standard.scc and ti-j78xx-preempt-rt.scc
- Update KMACHINE definitions from specific SoC names to generic ti-j7xxx
This consolidation provides a unified configuration approach for the
TI J7xxx family of processors.
Signed-off-by: Xulin Sun <[email protected]>
---
bsp/ti-j7xxx/ti-j78xx-preempt-rt.scc | 9 ---------
bsp/ti-j7xxx/ti-j78xx-standard.scc | 8 --------
.../{ti-j72xx-preempt-rt.scc => ti-j7xxx-preempt-rt.scc} | 2 +-
.../{ti-j72xx-standard.scc => ti-j7xxx-standard.scc} | 2 +-
4 files changed, 2 insertions(+), 19 deletions(-)
delete mode 100755 bsp/ti-j7xxx/ti-j78xx-preempt-rt.scc
delete mode 100644 bsp/ti-j7xxx/ti-j78xx-standard.scc
rename bsp/ti-j7xxx/{ti-j72xx-preempt-rt.scc => ti-j7xxx-preempt-rt.scc} (86%)
rename bsp/ti-j7xxx/{ti-j72xx-standard.scc => ti-j7xxx-standard.scc} (84%)
diff --git a/bsp/ti-j7xxx/ti-j78xx-preempt-rt.scc
b/bsp/ti-j7xxx/ti-j78xx-preempt-rt.scc
deleted file mode 100755
index e8084bc1..00000000
--- a/bsp/ti-j7xxx/ti-j78xx-preempt-rt.scc
+++ /dev/null
@@ -1,9 +0,0 @@
-# SPDX-License-Identifier: MIT
-define KMACHINE ti-j78xx
-define KTYPE preempt-rt
-define KARCH arm64
-
-include ktypes/preempt-rt
-
-include ti-j7xxx.scc
-kconf hardware ti-j7xxx-preempt-rt.cfg
diff --git a/bsp/ti-j7xxx/ti-j78xx-standard.scc
b/bsp/ti-j7xxx/ti-j78xx-standard.scc
deleted file mode 100644
index 2c945b1d..00000000
--- a/bsp/ti-j7xxx/ti-j78xx-standard.scc
+++ /dev/null
@@ -1,8 +0,0 @@
-# SPDX-License-Identifier: MIT
-define KMACHINE ti-j78xx
-define KTYPE standard
-define KARCH arm64
-
-include ktypes/standard/standard.scc
-
-include ti-j7xxx.scc
diff --git a/bsp/ti-j7xxx/ti-j72xx-preempt-rt.scc
b/bsp/ti-j7xxx/ti-j7xxx-preempt-rt.scc
similarity index 86%
rename from bsp/ti-j7xxx/ti-j72xx-preempt-rt.scc
rename to bsp/ti-j7xxx/ti-j7xxx-preempt-rt.scc
index 5a618c6c..78912b2a 100755
--- a/bsp/ti-j7xxx/ti-j72xx-preempt-rt.scc
+++ b/bsp/ti-j7xxx/ti-j7xxx-preempt-rt.scc
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
-define KMACHINE ti-j72xx
+define KMACHINE ti-j7xxx
define KTYPE preempt-rt
define KARCH arm64
diff --git a/bsp/ti-j7xxx/ti-j72xx-standard.scc
b/bsp/ti-j7xxx/ti-j7xxx-standard.scc
similarity index 84%
rename from bsp/ti-j7xxx/ti-j72xx-standard.scc
rename to bsp/ti-j7xxx/ti-j7xxx-standard.scc
index c8e91aa1..df77baf3 100644
--- a/bsp/ti-j7xxx/ti-j72xx-standard.scc
+++ b/bsp/ti-j7xxx/ti-j7xxx-standard.scc
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
-define KMACHINE ti-j72xx
+define KMACHINE ti-j7xxx
define KTYPE standard
define KARCH arm64
--
2.49.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#16066):
https://lists.yoctoproject.org/g/linux-yocto/message/16066
Mute This Topic: https://lists.yoctoproject.org/mt/116840315/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-