diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-13 09:55:04 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-13 09:55:04 +0000 |
commit | b0104112b7ddab0b01040577b6b4252e821b7342 (patch) | |
tree | 9c8dc899a4a6b28f3d98b0d62990762529004f1f /target/linux/brcm63xx/patches-3.3/528-board_nb6.patch | |
parent | da93f7edd2d4a6414e8192351214d2f0502d2d27 (diff) |
[brcm63xx] nb4: fix support, add support for SVC and CLIP BTN
Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/528-board_nb6.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/528-board_nb6.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/528-board_nb6.patch b/target/linux/brcm63xx/patches-3.3/528-board_nb6.patch index f178efdc0f..e3f9382c09 100644 --- a/target/linux/brcm63xx/patches-3.3/528-board_nb6.patch +++ b/target/linux/brcm63xx/patches-3.3/528-board_nb6.patch @@ -17,7 +17,7 @@ #define CT6373_PID_OFFSET 0xff80 #define CT6373_74X164_GPIO_BASE 64 -@@ -2489,6 +2492,103 @@ static struct board_info __initdata boar +@@ -2579,6 +2582,103 @@ static struct board_info __initdata boar }; #endif @@ -121,7 +121,7 @@ /* * known 6368 boards */ -@@ -2685,6 +2785,10 @@ static const struct board_info __initdat +@@ -2775,6 +2875,10 @@ static const struct board_info __initdat &board_DVAG3810BN, #endif @@ -132,9 +132,9 @@ #ifdef CONFIG_BCM63XX_CPU_6368 &board_96368mvwg, &board_96368mvngr, -@@ -2759,6 +2863,11 @@ static void __init boardid_fixup(u8 *boo - struct bcm_tag *tag = (struct bcm_tag *)(boot_addr + CFE_OFFSET_64K); - char *board_name = (char *)bcm63xx_nvram_get_name(); +@@ -2842,6 +2946,11 @@ static void __init boardid_fixup(u8 *boo + } + } + if (BCMCPU_IS_6362() && (!strncmp(board_name, "NB6-", sizeof("NB6-") - 1))) { + board_name[sizeof("NB6") - 1] = '\0'; |