diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-02 21:37:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-02 21:37:46 +0000 |
commit | 2fd9dc2b4a6177f17241ef0a762483f0a679b8c5 (patch) | |
tree | bfd8747848f1bb107c49201687d77adb63cd24f3 /target/linux/ixp4xx/patches-2.6.26/162-wg302v1_mem_fixup.patch | |
parent | a4429acb6a68cb56d68ef735cb5d3e333566fac3 (diff) | |
download | master-187ad058-2fd9dc2b4a6177f17241ef0a762483f0a679b8c5.tar.gz master-187ad058-2fd9dc2b4a6177f17241ef0a762483f0a679b8c5.tar.bz2 master-187ad058-2fd9dc2b4a6177f17241ef0a762483f0a679b8c5.zip |
ixp4xx patches cleanup, round one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.26/162-wg302v1_mem_fixup.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.26/162-wg302v1_mem_fixup.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/162-wg302v1_mem_fixup.patch b/target/linux/ixp4xx/patches-2.6.26/162-wg302v1_mem_fixup.patch index f89698cca4..4eb1b7595f 100644 --- a/target/linux/ixp4xx/patches-2.6.26/162-wg302v1_mem_fixup.patch +++ b/target/linux/ixp4xx/patches-2.6.26/162-wg302v1_mem_fixup.patch @@ -1,7 +1,7 @@ --- a/arch/arm/mach-ixp4xx/wg302v1-setup.c +++ b/arch/arm/mach-ixp4xx/wg302v1-setup.c -@@ -100,6 +100,36 @@ - &wg302_eth[0], +@@ -99,6 +99,36 @@ + &wg302v1_eth[0], }; +static char wg302v1_mem_fixup[] __initdata = "mem=32M "; @@ -37,7 +37,7 @@ static void __init wg302v1_init(void) { ixp4xx_sys_init(); -@@ -118,6 +148,7 @@ +@@ -117,6 +147,7 @@ /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, |