From: nbd Date: Thu, 7 Feb 2008 18:31:36 +0000 (+0000) Subject: increase the flash window size for ar5312 - there are apparently 5312 devices out... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=0906251fe85db8197e8e7ef294f1d9ac6f6f8429 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 --- 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 21073dbbb..dac83f0a3 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, };