diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-02-28 21:15:48 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-02-28 22:46:27 +0100 |
commit | 91a7c9c27d2e0d88e73735f865c83894a8a32555 (patch) | |
tree | f236a031d9aaeef1865f1611f70304efe4235773 /target/linux/ipq40xx/patches-5.4/074-ARM-qcom-Add-IPQ4019-SoC-support.patch | |
parent | e48465bdd863e6a4cf44703d85d595378b61e791 (diff) | |
download | upstream-91a7c9c27d2e0d88e73735f865c83894a8a32555.tar.gz upstream-91a7c9c27d2e0d88e73735f865c83894a8a32555.tar.bz2 upstream-91a7c9c27d2e0d88e73735f865c83894a8a32555.zip |
ipq40xx: 5.4: refresh patches and config
This patch just refreshes the 5.4 patches. It seems as if
070-v4.20-soc-qcom-spm-add-SCM-probe-dependency.patch is
already applied, so drop it. It also does a quick
make kernel_oldconfig to get rid of unneeded symbols.
[Looks like USB and Ethernet need some more work].
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/patches-5.4/074-ARM-qcom-Add-IPQ4019-SoC-support.patch')
-rw-r--r-- | target/linux/ipq40xx/patches-5.4/074-ARM-qcom-Add-IPQ4019-SoC-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/patches-5.4/074-ARM-qcom-Add-IPQ4019-SoC-support.patch b/target/linux/ipq40xx/patches-5.4/074-ARM-qcom-Add-IPQ4019-SoC-support.patch index 76fcdc6ab1..16ac94fd37 100644 --- a/target/linux/ipq40xx/patches-5.4/074-ARM-qcom-Add-IPQ4019-SoC-support.patch +++ b/target/linux/ipq40xx/patches-5.4/074-ARM-qcom-Add-IPQ4019-SoC-support.patch @@ -14,7 +14,7 @@ Signed-off-by: John Crispin <john@phrozen.org> --- a/arch/arm/Makefile +++ b/arch/arm/Makefile -@@ -150,6 +150,7 @@ textofs-$(CONFIG_ARCH_MSM8X60) := 0x0020 +@@ -156,6 +156,7 @@ textofs-$(CONFIG_ARCH_MSM8X60) := 0x0020 textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 textofs-$(CONFIG_ARCH_MESON) := 0x00208000 textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000 @@ -24,7 +24,7 @@ Signed-off-by: John Crispin <john@phrozen.org> # by CONFIG_* macro name. --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig -@@ -27,4 +27,9 @@ config ARCH_MDM9615 +@@ -28,4 +28,9 @@ config ARCH_MDM9615 bool "Enable support for MDM9615" select CLKSRC_QCOM |