From e7b0e9b9305253a5e9f9d156e95c0bf1b1e44a85 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 4 Mar 2013 09:03:50 +0000 Subject: ar71xx: remove 3.7 support Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35870 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../003-MIPS-AR71xx-Fix-AR71XX_PCI_MEM_SIZE.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 target/linux/ar71xx/patches-3.7/003-MIPS-AR71xx-Fix-AR71XX_PCI_MEM_SIZE.patch (limited to 'target/linux/ar71xx/patches-3.7/003-MIPS-AR71xx-Fix-AR71XX_PCI_MEM_SIZE.patch') diff --git a/target/linux/ar71xx/patches-3.7/003-MIPS-AR71xx-Fix-AR71XX_PCI_MEM_SIZE.patch b/target/linux/ar71xx/patches-3.7/003-MIPS-AR71xx-Fix-AR71XX_PCI_MEM_SIZE.patch deleted file mode 100644 index ac4f5bde6..000000000 --- a/target/linux/ar71xx/patches-3.7/003-MIPS-AR71xx-Fix-AR71XX_PCI_MEM_SIZE.patch +++ /dev/null @@ -1,33 +0,0 @@ -From fe950df70013a9f3368918aab697eec15f80ac67 Mon Sep 17 00:00:00 2001 -From: Gabor Juhos -Date: Tue, 29 Jan 2013 08:27:04 +0000 -Subject: [PATCH] MIPS: AR71xx: Fix AR71XX_PCI_MEM_SIZE - -commit fe950df70013a9f3368918aab697eec15f80ac67 upstream. - -The base address of the PCI memory is 0x10000000 and the base address of the -PCI configuration space is 0x17000000 on the AR71xx SoCs. - -The AR71XX_PCI_MEM_SIZE is defined as 0x08000000 which is wrong because that -overlaps with the configuration space. This patch fixes the value of the -AR71XX_PCI_MEM_SIZE constant, in order to avoid this resource conflicts. - -Signed-off-by: Gabor Juhos -Patchwork: http://patchwork.linux-mips.org/patch/4873/ -Signed-off-by: John Crispin -Signed-off-by: Ralf Baechle ---- - arch/mips/pci/pci-ar71xx.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/arch/mips/pci/pci-ar71xx.c -+++ b/arch/mips/pci/pci-ar71xx.c -@@ -24,7 +24,7 @@ - #include - - #define AR71XX_PCI_MEM_BASE 0x10000000 --#define AR71XX_PCI_MEM_SIZE 0x08000000 -+#define AR71XX_PCI_MEM_SIZE 0x07000000 - - #define AR71XX_PCI_WIN0_OFFS 0x10000000 - #define AR71XX_PCI_WIN1_OFFS 0x11000000 -- cgit v1.2.3