1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 08:41:53 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8424 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-08-18 16:53:26 +00:00
parent 828c43f29d
commit e1049ec392

View File

@ -90,7 +90,7 @@ static struct resource physmap_flash_resource = {
.name = "mem", .name = "mem",
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
.start = 0x10000000, .start = 0x10000000,
.end = 0x103fffff, .end = 0x107fffff,
}; };
static struct resource cpmac_low_res[] = { static struct resource cpmac_low_res[] = {