diff options
| author | John Crispin <blogic@openwrt.org> | 2010-03-30 10:06:05 +0000 |
|---|---|---|
| committer | John Crispin <blogic@openwrt.org> | 2010-03-30 10:06:05 +0000 |
| commit | cfafa180126f5cc987be0bb662fb4c64cbd0bfe2 (patch) | |
| tree | 8e4631c178ea8784378bc8335bea220a97dcbbe4 | |
| parent | 994ff71e5ed1b82550a543bf4d07f9803867d33f (diff) | |
| download | upstream-cfafa180126f5cc987be0bb662fb4c64cbd0bfe2.tar.gz upstream-cfafa180126f5cc987be0bb662fb4c64cbd0bfe2.tar.bz2 upstream-cfafa180126f5cc987be0bb662fb4c64cbd0bfe2.zip | |
[ramips] Fix the base address of the wireless card. Otherwise it is not possible to register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20596 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h index 4056b163de1..6e7b9e8e6d7 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h @@ -28,7 +28,7 @@ #define RT305X_UART1_BASE 0x10000c00 #define RT305X_FE_BASE 0x10100000 #define RT305X_SWITCH_BASE 0x10110000 -#define RT305X_WMAC_BASE 0x00180000 +#define RT305X_WMAC_BASE 0x10180000 #define RT305X_OTG_BASE 0x101c0000 #define RT305X_ROM_BASE 0x00400000 #define RT305X_FLASH1_BASE 0x1b000000 |
