enable use of 8M flash (closes: #2232)
authorNicolas Thill <nico@openwrt.org>
Sat, 18 Aug 2007 16:53:26 +0000 (16:53 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 18 Aug 2007 16:53:26 +0000 (16:53 +0000)
SVN-Revision: 8424

target/linux/ar7-2.6/files/arch/mips/ar7/platform.c

index 622f5d2141e80d8fe976ddf58ce71e14f25af82d..cae35bc2290655b9ef97944baef7698bcd53e104 100644 (file)
@@ -90,7 +90,7 @@ static struct resource physmap_flash_resource = {
        .name = "mem",
        .flags = IORESOURCE_MEM,
        .start = 0x10000000,
-       .end = 0x103fffff,
+       .end = 0x107fffff,
 };     
 
 static struct resource cpmac_low_res[] = {