diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-05 18:44:16 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-05 18:44:16 +0000 |
commit | 81c5616c4a2bf071671bdffc4755af1959ed2362 (patch) | |
tree | 1001f31312a46cb8671e9da42d4f078b467fdb5e | |
parent | f3e55ccb65b07a8b626db38303e3d9b5a560e086 (diff) | |
download | upstream-81c5616c4a2bf071671bdffc4755af1959ed2362.tar.gz upstream-81c5616c4a2bf071671bdffc4755af1959ed2362.tar.bz2 upstream-81c5616c4a2bf071671bdffc4755af1959ed2362.zip |
ramips: fix RT2880_PCI_BASE definition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17917 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |