diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-06-30 13:34:43 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-06-30 13:34:43 +0000 |
commit | 2289e5825253464712260555f3954d45148a6633 (patch) | |
tree | a1c6a329db5dbc3f5e4e4912a1a1e22b18aef923 /target/linux/brcm63xx/patches-3.14/400-bcm963xx_flashmap.patch | |
parent | dc230d9b0f9ba046fb1e9e51de21ae35504a9aab (diff) | |
download | upstream-2289e5825253464712260555f3954d45148a6633.tar.gz upstream-2289e5825253464712260555f3954d45148a6633.tar.bz2 upstream-2289e5825253464712260555f3954d45148a6633.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>
SVN-Revision: 41424
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.patch | 2 |
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); + } + } + } |