From e4fd15b6447c6ead8f8a5a558dbedaef71e449b6 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 30 Jun 2009 13:45:49 +0000 Subject: [brcm63xx] a couple of more fixes to get 6345 booting up to the console handover git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../files/arch/mips/bcm63xx/boards/board_bcm963xx.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/brcm63xx/files/arch/mips/bcm63xx/boards') 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 e27264dfd..18389983a 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 @@ -67,6 +67,16 @@ static struct board_info __initdata board_96338w = { }; #endif +/* + * known 6345 boards + */ +#ifdef CONFIG_BCM63XX_CPU_6345 +static struct board_info __initdata board_96345gw2 = { + .name = "96345GW2", + .expected_cpu_id = 0x6345, +}; +#endif + /* * known 6348 boards */ @@ -300,6 +310,9 @@ static const struct board_info __initdata *bcm963xx_boards[] = { &board_96338gw, &board_96338w, #endif +#ifdef CONFIG_BCM63XX_CPU_6345 + &board_96345gw2, +#endif #ifdef CONFIG_BCM63XX_CPU_6348 &board_96348r, &board_96348gw, -- cgit v1.2.3