diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-09 05:39:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-09 05:39:12 +0000 |
commit | 39cff165fb56a8eda634ac6592a8bc1d221ebd87 (patch) | |
tree | 06fba34d2d26393ba134c77a51bb74995bf025eb /target/linux/ar71xx/files/arch | |
parent | 14cb1da422369c19c670b2796ea6d4284f018741 (diff) | |
download | upstream-39cff165fb56a8eda634ac6592a8bc1d221ebd87.tar.gz upstream-39cff165fb56a8eda634ac6592a8bc1d221ebd87.tar.bz2 upstream-39cff165fb56a8eda634ac6592a8bc1d221ebd87.zip |
[ar71xx] increase AR71XX_MEM_SIZE_MAX (thanks to Leo Galambos for reporting)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15734 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-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 90a3da37e4..bd8a5c2a58 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 @@ -60,7 +60,7 @@ #define AR91XX_WMAC_SIZE 0x30000 #define AR71XX_MEM_SIZE_MIN 0x0200000 -#define AR71XX_MEM_SIZE_MAX 0x8000000 +#define AR71XX_MEM_SIZE_MAX 0x10000000 #define AR71XX_CPU_IRQ_BASE 0 #define AR71XX_MISC_IRQ_BASE 8 |