From 9f6ef16bdc7b4da0ce9501c08b942df0a86cff0a Mon Sep 17 00:00:00 2001 From: Florian Fainelli 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 --- .../linux/brcm63xx/patches-3.3/501-board-NB4.patch | 24 +++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'target/linux/brcm63xx/patches-3.3/501-board-NB4.patch') diff --git a/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch b/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch index 8a4d3928d8..2c61c55026 100644 --- a/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch +++ b/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch @@ -1,16 +1,15 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -14,6 +14,9 @@ - #include +@@ -15,6 +15,8 @@ #include #include -+#include + #include +#include +#include #include #include #include -@@ -42,6 +45,12 @@ +@@ -43,6 +45,12 @@ #define CFE_OFFSET_64K 0x10000 #define CFE_OFFSET_128K 0x20000 @@ -23,7 +22,7 @@ static struct board_info board; /* -@@ -666,6 +675,496 @@ static struct board_info __initdata boar +@@ -666,6 +674,496 @@ static struct board_info __initdata boar .has_ohci0 = 1, }; @@ -520,7 +519,7 @@ #endif /* -@@ -696,9 +1195,31 @@ static const struct board_info __initdat +@@ -696,9 +1194,31 @@ static const struct board_info __initdat &board_96358vw2, &board_AGPFS0, &board_DWVS0, @@ -552,7 +551,7 @@ /* * Register a sane SPROMv2 to make the on-board * bcm4318 WLAN work -@@ -807,6 +1328,9 @@ void __init board_prom_init(void) +@@ -807,6 +1327,9 @@ void __init board_prom_init(void) boardid_fixup(boot_addr); } @@ -562,3 +561,14 @@ board_name = bcm63xx_nvram_get_name(); /* find board by name */ for (i = 0; i < ARRAY_SIZE(bcm963xx_boards); i++) { +--- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h ++++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h +@@ -52,7 +52,7 @@ struct board_info { + struct bcm63xx_dsp_platform_data dsp; + + /* GPIO LEDs */ +- struct gpio_led leds[5]; ++ struct gpio_led leds[9]; + + /* Buttons */ + struct gpio_keys_button buttons[4]; -- cgit v1.2.3