From d5c1a967f2ffcf0e36d6ed0140aedfe959dff50b Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 13 Oct 2012 17:47:20 +0000 Subject: [ar7] increase the flash resource size to its maximum value CFI detection will reduce the resource size to its real value. Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33752 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar7/patches-3.3/110-flash.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux') diff --git a/target/linux/ar7/patches-3.3/110-flash.patch b/target/linux/ar7/patches-3.3/110-flash.patch index 58ce7eaa4..80229c104 100644 --- a/target/linux/ar7/patches-3.3/110-flash.patch +++ b/target/linux/ar7/patches-3.3/110-flash.patch @@ -20,3 +20,14 @@ obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o +--- a/arch/mips/ar7/platform.c ++++ b/arch/mips/ar7/platform.c +@@ -199,7 +199,7 @@ static struct resource physmap_flash_res + .name = "mem", + .flags = IORESOURCE_MEM, + .start = 0x10000000, +- .end = 0x107fffff, ++ .end = 0x11ffffff, + }; + + static struct physmap_flash_data physmap_flash_data = { -- cgit v1.2.3