OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 4... Line 4...
4   4  
5 Signed-off-by: Max Staudt <openwrt.max@enpas.org> 5 Signed-off-by: Max Staudt <openwrt.max@enpas.org>
6 --- 6 ---
7 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 7 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
8 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 8 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
9 @@ -1334,6 +1334,41 @@ static struct board_info __initdata boar 9 @@ -1382,6 +1382,41 @@ static struct board_info __initdata boar
10 }, 10 },
11 }, 11 },
12 }; 12 };
13 + 13 +
Line 46... Line 46...
46 + }, 46 + },
47 +}; 47 +};
48 #endif /* CONFIG_BCM63XX_CPU_6362 */ 48 #endif /* CONFIG_BCM63XX_CPU_6362 */
Line 49... Line 49...
49 49
50 /* 50 /*
Line 51... Line 51...
51 @@ -1497,6 +1532,7 @@ static const struct board_info __initcon 51 @@ -1545,6 +1580,7 @@ static const struct board_info __initcon
52 52
53 #ifdef CONFIG_BCM63XX_CPU_6362 53 #ifdef CONFIG_BCM63XX_CPU_6362
54 &board_nb6, 54 &board_nb6,
Line 55... Line 55...
55 + &board_fast2504n, 55 + &board_fast2504n,
56 #endif 56 #endif
57 57
58 #ifdef CONFIG_BCM63XX_CPU_6368 58 #ifdef CONFIG_BCM63XX_CPU_6368
59 @@ -1578,6 +1614,7 @@ static struct of_device_id const bcm963x 59 @@ -1626,6 +1662,7 @@ static struct of_device_id const bcm963x
60 { .compatible = "telsey,cpva642", .data = &board_CPVA642, }, 60 { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
61 #endif 61 #endif