diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-26 10:27:13 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-26 10:27:13 +0000 | 
| commit | b6e07cbdbb8758a963a67a05d289a3804eb811d0 (patch) | |
| tree | d81845e3bd06ba2440209c825ce98bc212ed4ea8 /target/linux/brcm63xx/files/arch/mips/bcm63xx/boards | |
| parent | 2bfe8f251839cdf00a68b3b52d4aae4848db95b5 (diff) | |
[brcm63xx] add board definitions for the bcm6338w
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/arch/mips/bcm63xx/boards')
| -rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c index f85494d88..ff7cf5697 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -54,6 +54,13 @@ static struct board_info __initdata board_96338gw = {  	.has_ohci0			= 1,  }; + +static struct board_info __initdata board_96338w = { +	.name				= "9338W", +	.expected_cpu_id		= 0x6338, + +	.has_enet0			= 1, +};  #endif  /* @@ -287,6 +294,7 @@ static struct board_info __initdata board_AGPFS0 = {  static const struct board_info __initdata *bcm963xx_boards[] = {  #ifdef CONFIG_BCM63XX_CPU_6338  	&board_96338gw, +	&board_96338w,  #endif  #ifdef CONFIG_BCM63XX_CPU_6348  	&board_96348r, | 
