diff options
author | Antonios Christidis <a-christidis@ti.com> | 2025-03-19 16:34:42 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-20 14:32:11 -0500 |
commit | fa721db16aae26273d479f853ef6b11fb0a9e2b7 (patch) | |
tree | f79d4904ef744153902e599c700caff783114be8 | |
parent | ab0df7ab803ed699f5d0eb78b1375fdd9b7a5749 (diff) | |
download | meta-ti-fa721db16aae26273d479f853ef6b11fb0a9e2b7.tar.gz |
conf: machine: am57xx-evm: Enable gc320 machine feature for am57xx
MACHINE_FEATURE gc320, already gets set on omap-a15.inc. But ti-bsp.inc file,
removes the feature. So, remove that portion of functionality from ti-bsp, in
order to allow the building of gc320 in kernel 6.12.
Signed-off-by: Antonios Christidis <a-christidis@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-bsp.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index dd86dc30..ce8efecd 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc | |||
@@ -58,9 +58,6 @@ BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "24%" | |||
58 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_12 = "24%" | 58 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_12 = "24%" |
59 | BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%" | 59 | BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%" |
60 | 60 | ||
61 | # GC320 support requires out-of-tree drivers not yet available in 6.12 | ||
62 | MACHINE_FEATURES:remove:bsp-ti-6_12 = "gc320" | ||
63 | |||
64 | # ========== | 61 | # ========== |
65 | # ti-6_6 | 62 | # ti-6_6 |
66 | # TI staging kernel 6.6, u-boot 2024.04 | 63 | # TI staging kernel 6.6, u-boot 2024.04 |