diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-07 18:31:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-07 18:31:36 +0000 |
commit | d7f9402a0653fe05c6d099c02c6b02d1204afff5 (patch) | |
tree | d6260490dfa8ea8ea37ec27501b3850cfadf6437 /target/linux/atheros/files | |
parent | 7f39ed8d53590b0f9f2b3b03e9a9bb81ad71fdfd (diff) | |
download | upstream-d7f9402a0653fe05c6d099c02c6b02d1204afff5.tar.gz upstream-d7f9402a0653fe05c6d099c02c6b02d1204afff5.tar.bz2 upstream-d7f9402a0653fe05c6d099c02c6b02d1204afff5.zip |
increase the flash window size for ar5312 - there are apparently 5312 devices out there with 8M flash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10409 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/files')
-rw-r--r-- | target/linux/atheros/files/arch/mips/atheros/ar5312/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/files/arch/mips/atheros/ar5312/board.c b/target/linux/atheros/files/arch/mips/atheros/ar5312/board.c index 21073dbbbb..dac83f0a3f 100644 --- a/target/linux/atheros/files/arch/mips/atheros/ar5312/board.c +++ b/target/linux/atheros/files/arch/mips/atheros/ar5312/board.c @@ -150,7 +150,7 @@ static struct physmap_flash_data ar5312_flash_data = { static struct resource ar5312_flash_resource = { .start = AR531X_FLASH, - .end = AR531X_FLASH + 0x400000 - 1, + .end = AR531X_FLASH + 0x800000 - 1, .flags = IORESOURCE_MEM, }; |