ar71xx: build image for the TL-MR3220 v2
[openwrt.git] / target / linux / ar71xx / patches-3.6 / 142-MIPS-pci-ar71xx-fix-AR71XX_PCI_MEM_SIZE.patch
1 From 01dbfe17b8ff628b6e2b3c75e1fc8c11d4cca644 Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Thu, 28 Jun 2012 19:19:58 +0200
4 Subject: [PATCH 03/34] MIPS: pci-ar71xx: fix AR71XX_PCI_MEM_SIZE
5
6 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
7 ---
8  arch/mips/pci/pci-ar71xx.c |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
10
11 --- a/arch/mips/pci/pci-ar71xx.c
12 +++ b/arch/mips/pci/pci-ar71xx.c
13 @@ -24,7 +24,7 @@
14  #include <asm/mach-ath79/pci.h>
15  
16  #define AR71XX_PCI_MEM_BASE    0x10000000
17 -#define AR71XX_PCI_MEM_SIZE    0x08000000
18 +#define AR71XX_PCI_MEM_SIZE    0x07000000
19  
20  #define AR71XX_PCI_WIN0_OFFS           0x10000000
21  #define AR71XX_PCI_WIN1_OFFS           0x11000000