diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-26 06:23:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-26 06:23:32 +0000 |
commit | c3f3c60730962183f4e6c1d51385f4cab31ae667 (patch) | |
tree | 66262a90ad050a1a2be5892f28f8944323b10696 /target/linux/ixp4xx/patches-2.6.37/185-mi424wr_support.patch | |
parent | 053485e66e75c4347783c3458be35aa287b4bdf4 (diff) | |
download | mtk-20170518-c3f3c60730962183f4e6c1d51385f4cab31ae667.zip mtk-20170518-c3f3c60730962183f4e6c1d51385f4cab31ae667.tar.gz mtk-20170518-c3f3c60730962183f4e6c1d51385f4cab31ae667.tar.bz2 |
ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board support patches
SVN-Revision: 25727
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.37/185-mi424wr_support.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.37/185-mi424wr_support.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.37/185-mi424wr_support.patch b/target/linux/ixp4xx/patches-2.6.37/185-mi424wr_support.patch index d85d3d1..85c3e64 100644 --- a/target/linux/ixp4xx/patches-2.6.37/185-mi424wr_support.patch +++ b/target/linux/ixp4xx/patches-2.6.37/185-mi424wr_support.patch @@ -74,7 +74,7 @@ + --- /dev/null +++ b/arch/arm/mach-ixp4xx/mi424wr-setup.c -@@ -0,0 +1,344 @@ +@@ -0,0 +1,342 @@ +/* + * arch/arm/mach-ixp4xx/mi424wr-setup.c + * @@ -410,8 +410,6 @@ + +MACHINE_START(MI424WR, "Actiontec MI424WR") + /* Maintainer: Jose Vasconcellos */ -+ .phys_io = IXP4XX_UART2_BASE_PHYS, -+ .io_pg_offst = ((IXP4XX_UART2_BASE_VIRT) >> 18) & 0xfffc, + .map_io = ixp4xx_map_io, + .init_irq = ixp4xx_init_irq, + .timer = &ixp4xx_timer, |