summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-04-11 17:37:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-04-11 17:37:03 +0000
commit4711dea8ff2cdaabc7fa32cb88b8e06531e98e19 (patch)
tree07b605a2d7170c3d36964644fcbe964603a75a6e
parenta66b4960011df6d91b29f5f2b7f4831369e6859d (diff)
downloadmaster-31e0f0ae-4711dea8ff2cdaabc7fa32cb88b8e06531e98e19.tar.gz
master-31e0f0ae-4711dea8ff2cdaabc7fa32cb88b8e06531e98e19.tar.bz2
master-31e0f0ae-4711dea8ff2cdaabc7fa32cb88b8e06531e98e19.zip
ar71xx: fix AR934X_WMAC_SIZE
SVN-Revision: 26594
-rw-r--r--target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h2
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