increase the flash window size for ar5312 - there are apparently 5312 devices out...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Feb 2008 18:31:36 +0000 (18:31 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Feb 2008 18:31:36 +0000 (18:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10409 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/atheros/files/arch/mips/atheros/ar5312/board.c

index 21073dbbbb78765be0486ca0a9bc6cb7f4d62acb..dac83f0a3ffede1a49f0e3bf46f60c82f1b0e3b1 100644 (file)
@@ -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,
 };