aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.26
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-07-05 16:49:08 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-07-05 16:49:08 +0000
commita7908da9019278944ae8a0e211dbd0f1ee6990f9 (patch)
treec2035635ddb1671dedc25c5caebec4e449daf8c3 /target/linux/ixp4xx/patches-2.6.26
parent23bad480351a193d209f289d26a3baafbd3a00b8 (diff)
downloadmaster-187ad058-a7908da9019278944ae8a0e211dbd0f1ee6990f9.tar.gz
master-187ad058-a7908da9019278944ae8a0e211dbd0f1ee6990f9.tar.bz2
master-187ad058-a7908da9019278944ae8a0e211dbd0f1ee6990f9.zip
update pronghorn patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11666 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.26')
-rw-r--r--target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch b/target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch
index 79e5e356ac..5a19af63a3 100644
--- a/target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch
+++ b/target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch
@@ -11,7 +11,7 @@
CONFIG_MACH_IXDP465=y
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -65,6 +65,24 @@
+@@ -65,6 +65,22 @@
WG302 v2 or WAG302 v2 Access Points. For more information
on this platform, see http://openwrt.org
@@ -29,9 +29,7 @@
+# CF slot connected to the expansion bus, so we just enable them together.
+#
+config MACH_PRONGHORNMETRO
-+ bool
-+ depends on MACH_PRONGHORN
-+ default y
++ def_bool MACH_PRONGHORN
+
config ARCH_IXDP425
bool "IXDP425"
@@ -322,7 +320,7 @@
+ ixp4xx_sys_init();
+
+ pronghorn_flash_resource.start = IXP4XX_EXP_BUS_BASE(0);
-+ pronghorn_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_16M - 1;
++ pronghorn_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1;
+
+ *IXP4XX_EXP_CS0 |= IXP4XX_FLASH_WRITABLE;
+ *IXP4XX_EXP_CS1 = *IXP4XX_EXP_CS0;