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
master
Felix Fietkau 2008-02-07 18:31:36 +00:00
parent 7f39ed8d53
commit d7f9402a06
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ static struct physmap_flash_data ar5312_flash_data = {
static struct resource ar5312_flash_resource = { static struct resource ar5312_flash_resource = {
.start = AR531X_FLASH, .start = AR531X_FLASH,
.end = AR531X_FLASH + 0x400000 - 1, .end = AR531X_FLASH + 0x800000 - 1,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}; };