aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-25 17:37:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-25 17:37:16 +0000
commit739af29134a43d9a27dde7180f3f6defcc18991f (patch)
tree0f1615b92d5e39e5916fe502644edb8720cadf47 /target
parentb8f5329447908e122278fc377b71a90076f4c333 (diff)
downloadupstream-739af29134a43d9a27dde7180f3f6defcc18991f.tar.gz
upstream-739af29134a43d9a27dde7180f3f6defcc18991f.tar.bz2
upstream-739af29134a43d9a27dde7180f3f6defcc18991f.zip
fix the size of the flash mem window on pronghorn metro (#2070)
SVN-Revision: 8162
Diffstat (limited to 'target')
-rw-r--r--target/linux/ixp4xx-2.6/patches/400-pronghorn_metro.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/patches/400-pronghorn_metro.patch b/target/linux/ixp4xx-2.6/patches/400-pronghorn_metro.patch
index b23a04d6cc..8b88e106e1 100644
--- a/target/linux/ixp4xx-2.6/patches/400-pronghorn_metro.patch
+++ b/target/linux/ixp4xx-2.6/patches/400-pronghorn_metro.patch
@@ -217,7 +217,7 @@ diff -Nur linux-2.6.21.1/arch/arm/mach-ixp4xx/pronghornmetro-setup.c linux-2.6.2
+ ixp4xx_sys_init();
+
+ pronghornmetro_flash_resource.start = IXP4XX_EXP_BUS_BASE(0);
-+ pronghornmetro_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1;
++ pronghornmetro_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_16M - 1;
+
+ *IXP4XX_EXP_CS0 |= IXP4XX_FLASH_WRITABLE;
+ *IXP4XX_EXP_CS1 = *IXP4XX_EXP_CS0;