From 6255930f93fb646e71046b7ceca18a8a6c8bc544 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 5 Jun 2012 13:40:41 +0000 Subject: [brcm63xx] fix board patches so that new boards are withing appropriate ifdef Some new board definitions were added within the #ifdef CONFIG_CPU_6338 section while some other were added within #ifdef CONFIG_CPU_6345, fix this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32060 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch') diff --git a/target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch b/target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch index f62a335c0..35f40186c 100644 --- a/target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch +++ b/target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch @@ -39,7 +39,7 @@ Signed-off-by: Jonas Gorski #include #include #include -@@ -26,6 +23,7 @@ +@@ -27,6 +24,7 @@ #include #include #include @@ -47,7 +47,7 @@ Signed-off-by: Jonas Gorski #include #include #include -@@ -865,40 +863,6 @@ void __init board_setup(void) +@@ -866,40 +864,6 @@ void __init board_setup(void) panic("unexpected CPU for bcm963xx board"); } @@ -88,7 +88,7 @@ Signed-off-by: Jonas Gorski static struct gpio_led_platform_data bcm63xx_led_data; static struct platform_device bcm63xx_gpio_leds = { -@@ -922,7 +886,6 @@ static struct platform_device bcm63xx_gp +@@ -923,7 +887,6 @@ static struct platform_device bcm63xx_gp */ int __init board_register_devices(void) { @@ -96,7 +96,7 @@ Signed-off-by: Jonas Gorski int button_count = 0; int led_count = 0; -@@ -967,14 +930,7 @@ int __init board_register_devices(void) +@@ -968,14 +931,7 @@ int __init board_register_devices(void) if (board.num_spis) spi_register_board_info(board.spis, board.num_spis); -- cgit v1.2.3