summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am62pxx.inc
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2024-09-12 15:07:51 -0500
committerRyan Eatmon <reatmon@ti.com>2024-09-13 10:38:39 -0500
commit82e8543cdcec09f1fe95fd2c937121ed3c513c22 (patch)
tree58c16befa638fc11c1602144546fbdb45e7e8945 /meta-ti-bsp/conf/machine/include/am62pxx.inc
parentad3ccfd1e38c22ffdde63a9abae06985e93268ea (diff)
downloadmeta-ti-cicd.master.202409180100.tar.gz
- 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/am62pxx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am62pxx.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62pxx.inc b/meta-ti-bsp/conf/machine/include/am62pxx.inc
index a2825905..2c6a729a 100644
--- a/meta-ti-bsp/conf/machine/include/am62pxx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62pxx.inc
@@ -1,4 +1,6 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2require conf/machine/include/mc_k3r5.inc
3
2SOC_FAMILY:append = ":am62pxx" 4SOC_FAMILY:append = ":am62pxx"
3 5
4MACHINE_FEATURES += "screen gpu" 6MACHINE_FEATURES += "screen gpu"