From a754c302a8a3533f692258c831dec7e48105aa01 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 26 Feb 2011 06:23:32 +0000 Subject: ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board support patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25727 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx/patches-2.6.37/500-usr8200_support.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'target/linux/ixp4xx/patches-2.6.37/500-usr8200_support.patch') diff --git a/target/linux/ixp4xx/patches-2.6.37/500-usr8200_support.patch b/target/linux/ixp4xx/patches-2.6.37/500-usr8200_support.patch index e757ff301..3c3229594 100644 --- a/target/linux/ixp4xx/patches-2.6.37/500-usr8200_support.patch +++ b/target/linux/ixp4xx/patches-2.6.37/500-usr8200_support.patch @@ -116,7 +116,7 @@ +subsys_initcall(usr8200_pci_init); --- /dev/null +++ b/arch/arm/mach-ixp4xx/usr8200-setup.c -@@ -0,0 +1,212 @@ +@@ -0,0 +1,210 @@ +/* + * arch/arm/mach-ixp4xx/usr8200-setup.c + * @@ -321,8 +321,6 @@ + +MACHINE_START(USR8200, "USRobotics USR8200") + /* Maintainer: Peter Denison */ -+ .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, -+ .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, + .map_io = ixp4xx_map_io, + .init_irq = ixp4xx_init_irq, + .timer = &ixp4xx_timer, -- cgit v1.2.3