projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the size of the flash mem window on pronghorn metro (#2070)
[openwrt.git]
/
target
/
linux
/
ixp4xx-2.6
/
patches
/
400-pronghorn_metro.patch
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
b23a04d
..
8b88e10
100644
(file)
--- 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);
+ ixp4xx_sys_init();
+
+ pronghornmetro_flash_resource.start = IXP4XX_EXP_BUS_BASE(0);
-+ pronghornmetro_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_
32
M - 1;
++ pronghornmetro_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_
16
M - 1;
+
+ *IXP4XX_EXP_CS0 |= IXP4XX_FLASH_WRITABLE;
+ *IXP4XX_EXP_CS1 = *IXP4XX_EXP_CS0;
+
+ *IXP4XX_EXP_CS0 |= IXP4XX_FLASH_WRITABLE;
+ *IXP4XX_EXP_CS1 = *IXP4XX_EXP_CS0;
This page took
0.026019 seconds
and
4
git commands to generate.