OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -1612,6 +1612,51 @@ static struct board_info __initdata boar 3 @@ -1660,6 +1660,51 @@ static struct board_info __initdata boar
4 }, 4 },
5 }, 5 },
6 }; 6 };
7 + 7 +
8 +static struct board_info __initdata board_vw6339gu = { 8 +static struct board_info __initdata board_vw6339gu = {
Line 50... Line 50...
50 + }, 50 + },
51 +}; 51 +};
52 #endif /* CONFIG_BCM63XX_CPU_63268 */ 52 #endif /* CONFIG_BCM63XX_CPU_63268 */
Line 53... Line 53...
53 53
54 /* 54 /*
55 @@ -1698,6 +1743,7 @@ static const struct board_info __initcon 55 @@ -1746,6 +1791,7 @@ static const struct board_info __initcon
56 #endif 56 #endif
57 #ifdef CONFIG_BCM63XX_CPU_63268 57 #ifdef CONFIG_BCM63XX_CPU_63268
58 &board_963269bhr, 58 &board_963269bhr,
59 + &board_vw6339gu, 59 + &board_vw6339gu,
60 #endif 60 #endif
Line 61... Line 61...
61 }; 61 };
62 62
63 @@ -1788,6 +1834,7 @@ static struct of_device_id const bcm963x 63 @@ -1836,6 +1882,7 @@ static struct of_device_id const bcm963x
64 #endif 64 #endif
65 #ifdef CONFIG_BCM63XX_CPU_63268 65 #ifdef CONFIG_BCM63XX_CPU_63268
66 { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, }, 66 { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },