From c3f3c60730962183f4e6c1d51385f4cab31ae667 Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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 SVN-Revision: 25727 --- target/linux/ixp4xx/patches-2.6.37/190-cambria_support.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'target/linux/ixp4xx/patches-2.6.37/190-cambria_support.patch') diff --git a/target/linux/ixp4xx/patches-2.6.37/190-cambria_support.patch b/target/linux/ixp4xx/patches-2.6.37/190-cambria_support.patch index 683d8be68a..32199d8c31 100644 --- a/target/linux/ixp4xx/patches-2.6.37/190-cambria_support.patch +++ b/target/linux/ixp4xx/patches-2.6.37/190-cambria_support.patch @@ -77,7 +77,7 @@ +subsys_initcall(cambria_pci_init); --- /dev/null +++ b/arch/arm/mach-ixp4xx/cambria-setup.c -@@ -0,0 +1,429 @@ +@@ -0,0 +1,427 @@ +/* + * arch/arm/mach-ixp4xx/cambria-setup.c + * @@ -499,8 +499,6 @@ + +MACHINE_START(CAMBRIA, "Gateworks Cambria series") + /* Maintainer: Imre Kaloz */ -+ .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