diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-10 12:21:48 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-10 12:21:48 +0000 |
commit | 54271ac89eb5e59ad267ca25bc5fb555367e2d2d (patch) | |
tree | eafb48882e20814dfac8fa4ac1287174ad803b38 /target/linux/brcm63xx/patches-3.14/534-board_hw556.patch | |
parent | 41babbcc87e2cb86e203ebf19ec799208d75dd19 (diff) | |
download | upstream-54271ac89eb5e59ad267ca25bc5fb555367e2d2d.tar.gz upstream-54271ac89eb5e59ad267ca25bc5fb555367e2d2d.tar.bz2 upstream-54271ac89eb5e59ad267ca25bc5fb555367e2d2d.zip |
brcm63xx: Add fallback sprom for CT6373
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/534-board_hw556.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/534-board_hw556.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/534-board_hw556.patch b/target/linux/brcm63xx/patches-3.14/534-board_hw556.patch index 593d973bab..4d8cf5f5cc 100644 --- a/target/linux/brcm63xx/patches-3.14/534-board_hw556.patch +++ b/target/linux/brcm63xx/patches-3.14/534-board_hw556.patch @@ -501,7 +501,7 @@ /* T-Home Speedport W 303V Typ B */ static struct board_info __initdata board_spw303v = { .name = "96358-502V", -@@ -3357,6 +3844,10 @@ static const struct board_info __initcon +@@ -3364,6 +3851,10 @@ static const struct board_info __initcon &board_nb4_fxc_r2, &board_ct6373_1, &board_HW553, @@ -512,7 +512,7 @@ &board_spw303v, &board_DVAG3810BN, #endif -@@ -3376,13 +3867,37 @@ static void __init boardid_fixup(u8 *boo +@@ -3383,13 +3874,37 @@ 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(); |