mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-08 13:42:10 -05:00
increase the flash window size for ar5312 - there are apparently 5312 devices out there with 8M flash
SVN-Revision: 10409
This commit is contained in:
parent
1725614fc0
commit
56c3c68fa6
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user