OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 33... Line 33...
33 config BCM63XX_CPU_6328 33 config BCM63XX_CPU_6328
34 bool "support 6328 CPU" 34 bool "support 6328 CPU"
35 select SYS_HAS_CPU_BMIPS4350 35 select SYS_HAS_CPU_BMIPS4350
36 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 36 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
37 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 37 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
38 @@ -697,7 +697,7 @@ void __init board_prom_init(void) 38 @@ -713,7 +713,7 @@ void __init board_prom_init(void)
39 /* read base address of boot chip select (0) 39 /* read base address of boot chip select (0)
40 * 6328/6362 do not have MPI but boot from a fixed address 40 * 6328/6362 do not have MPI but boot from a fixed address
41 */ 41 */
42 - if (BCMCPU_IS_6328() || BCMCPU_IS_6362() || BCMCPU_IS_63268()) { 42 - if (BCMCPU_IS_6328() || BCMCPU_IS_6362() || BCMCPU_IS_63268()) {
43 + if (BCMCPU_IS_6318() || BCMCPU_IS_6328() || BCMCPU_IS_6362() || BCMCPU_IS_63268()) { 43 + if (BCMCPU_IS_6318() || BCMCPU_IS_6328() || BCMCPU_IS_6362() || BCMCPU_IS_63268()) {