diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-12-15 19:19:16 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-12-15 19:19:16 +0000 |
commit | 36197755dc955f1ff287270d58a607ce975cbce4 (patch) | |
tree | e4078ee9de6e44cce4cc093cae9309dd8affb6bf /target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch | |
parent | 952db22551ae621deef18680625aaede453001f4 (diff) | |
download | upstream-36197755dc955f1ff287270d58a607ce975cbce4.tar.gz upstream-36197755dc955f1ff287270d58a607ce975cbce4.tar.bz2 upstream-36197755dc955f1ff287270d58a607ce975cbce4.zip |
brcm47xx: deactivate early printk support
This breaks some devices where the serial console is not at port 0 but
somewhere else.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39060
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch b/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch index c585faf8bb..e25451bcdb 100644 --- a/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch +++ b/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch @@ -8,7 +8,7 @@ #include <bcm47xx.h> #include <bcm47xx_nvram.h> #include <bcm47xx_board.h> -@@ -214,6 +215,15 @@ static void __init bcm47xx_register_bcma +@@ -199,6 +200,15 @@ static void __init bcm47xx_register_bcma panic("Failed to initialize BCMA bus (err %d)", err); bcm47xx_fill_bcma_boardinfo(&bcm47xx_bus.bcma.bus.boardinfo, NULL); |