aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-06-30 13:34:43 +0000
committerJonas Gorski <jogo@openwrt.org>2014-06-30 13:34:43 +0000
commit45caee0c3c977f3a06f5eee70980cd2ffbe5d94b (patch)
treef7db9512dd30e297ca8753817e1af2d494630659 /target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch
parente5910acf7fe4b8f3dcb2e2ce60ee5f1de1eb7d61 (diff)
downloadmaster-187ad058-45caee0c3c977f3a06f5eee70980cd2ffbe5d94b.tar.gz
master-187ad058-45caee0c3c977f3a06f5eee70980cd2ffbe5d94b.tar.bz2
master-187ad058-45caee0c3c977f3a06f5eee70980cd2ffbe5d94b.zip
brcm63xx: fix Livebox 1 support
The Livebox 1 support is currently broken. Fixed with this patch Fixes: - Redboot partitioning broken: fixed - Replaced custom ephy reset with platform code - USB code breaks the building process: fixed - Led colors - Removed unneded EHCI code since bcm6348 only has OHCI Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> [jogo: drop unneded parts since merge, fixup to apply to current head] Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41424 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch b/target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch
index 1594a063aa..0bbb4e5289 100644
--- a/target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch
+++ b/target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch
@@ -40,7 +40,7 @@ Signed-off-by: Axel Gembe <ago@bastart.eu.org>
+ } else {
+ for (i = 0; i < numslots; i++) {
+ if (!strncmp(buf[i].name, "RedBoot", 8)) {
-+ fis_origin = ((buf[i].flash_base & (master->size << 1)) - 1);
++ fis_origin = (buf[i].flash_base & (master->size << 1) - 1);
+ }
+ }
+ }