Root/target/linux/ar71xx/patches-3.3/142-MIPS-pci-ar71xx-fix-AR71XX_PCI_MEM_SIZE.patch

1From 01dbfe17b8ff628b6e2b3c75e1fc8c11d4cca644 Mon Sep 17 00:00:00 2001
2From: Gabor Juhos <juhosg@openwrt.org>
3Date: Thu, 28 Jun 2012 19:19:58 +0200
4Subject: [PATCH 03/34] MIPS: pci-ar71xx: fix AR71XX_PCI_MEM_SIZE
5
6Signed-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
22

Archive Download this file



interactive