Changeset 13693
- Timestamp:
- 2008-12-19T18:24:29+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
r13690 r13693 36 36 37 37 /* 38 * known 6338 boards 39 */ 40 41 #ifdef CONFIG_BCM63XX_CPU_6338 42 static struct board_info __initdata board_96338gw = { 43 .name = "96338GW", 44 .expected_cpu_id = 0x6338, 45 46 .has_enet0 = 1, 47 .enet0 = { 48 .has_phy = 1, 49 .use_internal_phy = 1, 50 }, 51 52 .has_ohci0 = 1, 53 }; 54 #endif 55 56 /* 38 57 * known 6348 boards 39 58 */ … … 201 220 */ 202 221 static const struct board_info __initdata *bcm963xx_boards[] = { 222 #ifdef CONFIG_BCM63XX_CPU_6338 223 &board_96338gw, 224 #endif 203 225 #ifdef CONFIG_BCM63XX_CPU_6348 204 226 &board_96348r,
Note: See TracChangeset
for help on using the changeset viewer.