[2/4] arm/linux-yocto: remove tcpci for generic-arm64

Message ID 20220518133624.24874-2-jon.mason@arm.com
State New
Headers show
Series [1/4] arm/scp: remove support for version 2.9 | expand

Commit Message

Jon Mason May 18, 2022, 1:36 p.m. UTC
Per the comment, it's not necessary post 5.12.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg  | 2 --
 meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend | 4 ----
 2 files changed, 6 deletions(-)
 delete mode 100644 meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg

Patch

diff --git a/meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg b/meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg
deleted file mode 100644
index 33205a9a..00000000
--- a/meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg
+++ /dev/null
@@ -1,2 +0,0 @@ 
-# The upstream defconfig has this in 5.12 onwards, but until then set it manually.
-CONFIG_TYPEC_TCPCI=m
diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend
index 6658b91a..14cc6df1 100644
--- a/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -1,10 +1,6 @@ 
 ARMFILESPATHS := "${THISDIR}/${PN}:"
 
 COMPATIBLE_MACHINE:generic-arm64 = "generic-arm64"
-FILESEXTRAPATHS:prepend:generic-arm64 = "${ARMFILESPATHS}"
-SRC_URI:append:generic-arm64 = " \
-    file://tcpci.cfg \
-    "
 
 FILESEXTRAPATHS:prepend:qemuarm64-secureboot = "${ARMFILESPATHS}"
 SRC_URI:append:qemuarm64-secureboot = " \