switch to 2.6.39
[librecmc/librecmc.git] / target / linux / brcm63xx / patches-2.6.37 / 456-board-RTA770BW.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -227,6 +227,13 @@ static struct board_info __initdata boar
4  
5         .has_uart0                      = 1,
6  };
7 +
8 +static struct board_info __initdata board_ra770bw = {
9 +       .name                           = "RTA770BW",
10 +       .expected_cpu_id                = 0x6345,
11 +
12 +       .has_uart0                      = 1,
13 +};
14  #endif
15  
16  /*
17 @@ -2050,6 +2057,7 @@ static const struct board_info __initdat
18  #endif
19  #ifdef CONFIG_BCM63XX_CPU_6345
20         &board_96345gw2,
21 +       &board_ra770bw,
22  #endif
23  #ifdef CONFIG_BCM63XX_CPU_6348
24         &board_96348r,