diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-14 15:41:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-14 15:41:16 +0000 |
commit | bbad6b5e944e0d099d4bde7523ade5bec94e475f (patch) | |
tree | 0b8837896cc1662e7873ce0cee2413140ddd38a3 /target/linux/ar7/patches-3.3/110-flash.patch | |
parent | 6bab195e7bd7493a7e6ea7effe417adaff92579a (diff) | |
download | upstream-bbad6b5e944e0d099d4bde7523ade5bec94e475f.tar.gz upstream-bbad6b5e944e0d099d4bde7523ade5bec94e475f.tar.bz2 upstream-bbad6b5e944e0d099d4bde7523ade5bec94e475f.zip |
attitude_adjustment: backport ar7 changes r33744 to r33756 changes
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33764 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/patches-3.3/110-flash.patch')
-rw-r--r-- | target/linux/ar7/patches-3.3/110-flash.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar7/patches-3.3/110-flash.patch b/target/linux/ar7/patches-3.3/110-flash.patch index 58ce7eaa40..80229c104f 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 = { |