diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-10 12:21:55 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-10 12:21:55 +0000 |
commit | ea571fd7de1b4c9bec3c164edeb686b7cc752c43 (patch) | |
tree | 31ceff3ad4608adb0e69bab7ee03871cef0bd90a /target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch | |
parent | 2330472b3834dfe21c511939e97251e359618a85 (diff) | |
download | master-187ad058-ea571fd7de1b4c9bec3c164edeb686b7cc752c43.tar.gz master-187ad058-ea571fd7de1b4c9bec3c164edeb686b7cc752c43.tar.bz2 master-187ad058-ea571fd7de1b4c9bec3c164edeb686b7cc752c43.zip |
brcm63xx: Add fallback sprom for AR-5387un
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@42103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch b/target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch index 542ca51f1d..505bd0c063 100644 --- a/target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch +++ b/target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch @@ -1,7 +1,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -168,6 +168,73 @@ static struct board_info __initdata boar - }, +@@ -195,6 +195,73 @@ static struct sprom_fixup __initdata ar5 + { .offset = 203, .value = 0x2226 }, }; +static struct board_info __initdata board_AR5381u = { @@ -74,7 +74,7 @@ static struct board_info __initdata board_AR5387un = { .name = "96328A-1441N1", .expected_cpu_id = 0x6328, -@@ -3202,6 +3269,7 @@ static const struct board_info __initcon +@@ -3238,6 +3305,7 @@ static const struct board_info __initcon #endif #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, |