diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-18 16:53:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-18 16:53:26 +0000 |
commit | c60d8f1216bb84cd6bdf5c62dbdbd99f90bc23a8 (patch) | |
tree | 6b2f936779e2f76e12182f462f82634645bd2a6b /target | |
parent | 71fb2a6b6ef2d436ec11502968c7687bdbce7529 (diff) | |
download | upstream-c60d8f1216bb84cd6bdf5c62dbdbd99f90bc23a8.tar.gz upstream-c60d8f1216bb84cd6bdf5c62dbdbd99f90bc23a8.tar.bz2 upstream-c60d8f1216bb84cd6bdf5c62dbdbd99f90bc23a8.zip |
enable use of 8M flash (closes: #2232)
SVN-Revision: 8424
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar7-2.6/files/arch/mips/ar7/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7-2.6/files/arch/mips/ar7/platform.c b/target/linux/ar7-2.6/files/arch/mips/ar7/platform.c index 622f5d2141..cae35bc229 100644 --- a/target/linux/ar7-2.6/files/arch/mips/ar7/platform.c +++ b/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[] = { |