enable use of 8M flash (closes: #2232)

SVN-Revision: 8424
master
Nicolas Thill 17 years ago
parent 71fb2a6b6e
commit c60d8f1216
  1. 2
      target/linux/ar7-2.6/files/arch/mips/ar7/platform.c

@ -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[] = {

Loading…
Cancel
Save