From 82e8543cdcec09f1fe95fd2c937121ed3c513c22 Mon Sep 17 00:00:00 2001 From: Chirag Shilwant Date: Thu, 12 Sep 2024 15:07:51 -0500 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/am62pxx.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ti-bsp/conf/machine/include/am62pxx.inc') 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 @@ require conf/machine/include/k3.inc +require conf/machine/include/mc_k3r5.inc + SOC_FAMILY:append = ":am62pxx" MACHINE_FEATURES += "screen gpu" -- cgit v1.2.3-54-g00ecf