diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2024-09-06 19:28:26 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-09-12 15:06:06 -0500 |
commit | acaca70deafaee39c8b23247a590873cb6f5afb9 (patch) | |
tree | ae37cec7b08b082b011d789a39aa35696d9be868 /meta-ti-bsp/conf/machine/include/j722s.inc | |
parent | 07edb3156e9a4b0cf54951eb58357934b3977046 (diff) | |
download | meta-ti-acaca70deafaee39c8b23247a590873cb6f5afb9.tar.gz |
conf: machine: Remove multiconfig compulsion for k3 platforms
- While implementing k3.inc, there was an assumption that all
k3 based TI SOC's would always have a Cortex-R5F core [1]. This
assumption is not true.
- Hence, create a new mc_k3r5 include file & move the multiconfig
dependencies to it. Also, include this file only in those k3 platforms
which needs the R5 multiconfig support.
[1]: https://git.ti.com/cgit/arago-project/meta-ti/commit/conf/machine/include/k3.inc?h=scarthgap&id=f814840465358a6b5429ad20165742ac6e6e6a29
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/j722s.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/j722s.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j722s.inc b/meta-ti-bsp/conf/machine/include/j722s.inc index ef35d83a..e0b77d96 100644 --- a/meta-ti-bsp/conf/machine/include/j722s.inc +++ b/meta-ti-bsp/conf/machine/include/j722s.inc | |||
@@ -1,4 +1,6 @@ | |||
1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
2 | require conf/machine/include/mc_k3r5.inc | ||
3 | |||
2 | SOC_FAMILY:append = ":j722s" | 4 | SOC_FAMILY:append = ":j722s" |
3 | 5 | ||
4 | MACHINE_FEATURES += "screen gpu" | 6 | MACHINE_FEATURES += "screen gpu" |