From: Gabor Juhos Date: Mon, 5 Oct 2009 18:44:16 +0000 (+0000) Subject: ramips: fix RT2880_PCI_BASE definition X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d775533d110deedf3e2c87c89393e0e1d9e1e8a0 ramips: fix RT2880_PCI_BASE definition SVN-Revision: 17917 --- diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h index d29880611e..b2be7e508a 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h @@ -25,7 +25,7 @@ #define RT2880_UART1_BASE 0x00300c00 #define RT2880_FE_BASE 0x00310000 #define RT2880_ROM_BASE 0x00400000 -#define RT2880_PCI_BASE 0x00500000 +#define RT2880_PCI_BASE 0x00440000 #define RT2880_WMAC_BASE 0x00600000 #define RT2880_FLASH1_BASE 0x01000000 #define RT2880_FLASH0_BASE 0x1fc00000