diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-11 17:37:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-04-11 17:37:03 +0000 |
commit | f529b063945ec99e4d558eee41bdb018fcc95ec0 (patch) | |
tree | 86f2db29ba89988d7980b68295d3ffca244c01b3 /target | |
parent | 3b97582caa13c1cc737dc3f712f2179043df7f1d (diff) | |
download | upstream-f529b063945ec99e4d558eee41bdb018fcc95ec0.tar.gz upstream-f529b063945ec99e4d558eee41bdb018fcc95ec0.tar.bz2 upstream-f529b063945ec99e4d558eee41bdb018fcc95ec0.zip |
ar71xx: fix AR934X_WMAC_SIZE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26594 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h index 791dd6d871..a0232d6897 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -71,7 +71,7 @@ #define AR91XX_WMAC_SIZE 0x30000 #define AR934X_WMAC_BASE (AR71XX_APB_BASE + 0x00100000) -#define AR934X_WMAC_SIZE 0x1ffff +#define AR934X_WMAC_SIZE 0x20000 #define AR71XX_MEM_SIZE_MIN 0x0200000 #define AR71XX_MEM_SIZE_MAX 0x10000000 |