From cead8f9dfd8395577c6274e34fd592bcf76afe1c Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Fri, 10 Feb 2017 17:44:44 +0100 Subject: apm821xx: remove 4.4 kernel support Signed-off-by: Christian Lamparter --- .../apm821xx/patches-4.4/301-fix-memory-map-wndr4700.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 target/linux/apm821xx/patches-4.4/301-fix-memory-map-wndr4700.patch (limited to 'target/linux/apm821xx/patches-4.4/301-fix-memory-map-wndr4700.patch') diff --git a/target/linux/apm821xx/patches-4.4/301-fix-memory-map-wndr4700.patch b/target/linux/apm821xx/patches-4.4/301-fix-memory-map-wndr4700.patch deleted file mode 100644 index d6a1006..0000000 --- a/target/linux/apm821xx/patches-4.4/301-fix-memory-map-wndr4700.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/arch/powerpc/sysdev/ppc4xx_pci.c -+++ b/arch/powerpc/sysdev/ppc4xx_pci.c -@@ -1913,9 +1913,9 @@ static void __init ppc4xx_configure_pcie - * if it works - */ - out_le32(mbase + PECFG_PIM0LAL, 0x00000000); -- out_le32(mbase + PECFG_PIM0LAH, 0x00000000); -+ out_le32(mbase + PECFG_PIM0LAH, 0x00000008); - out_le32(mbase + PECFG_PIM1LAL, 0x00000000); -- out_le32(mbase + PECFG_PIM1LAH, 0x00000000); -+ out_le32(mbase + PECFG_PIM1LAH, 0x0000000c); - out_le32(mbase + PECFG_PIM01SAH, 0xffff0000); - out_le32(mbase + PECFG_PIM01SAL, 0x00000000); - -- cgit v1.1