diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-12-15 19:19:16 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-12-15 19:19:16 +0000 |
commit | 430e4caa0f03bf39f59c73acbac1d76feacc4d67 (patch) | |
tree | 5fc42627515553532e1486f336dd5d80c37a4345 /target/linux/brcm47xx/config-3.10 | |
parent | 361080737b7d4b151690a77a8850659a6450eef0 (diff) | |
download | upstream-430e4caa0f03bf39f59c73acbac1d76feacc4d67.tar.gz upstream-430e4caa0f03bf39f59c73acbac1d76feacc4d67.tar.bz2 upstream-430e4caa0f03bf39f59c73acbac1d76feacc4d67.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39060 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/config-3.10')
-rw-r--r-- | target/linux/brcm47xx/config-3.10 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/config-3.10 b/target/linux/brcm47xx/config-3.10 index ed8dd6869a..6d9f237cd6 100644 --- a/target/linux/brcm47xx/config-3.10 +++ b/target/linux/brcm47xx/config-3.10 @@ -49,8 +49,7 @@ CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y CONFIG_CPU_SUPPORTS_HIGHMEM=y CONFIG_CSRC_R4K=y CONFIG_DMA_NONCOHERENT=y -CONFIG_EARLY_PRINTK=y -CONFIG_EARLY_PRINTK_8250=y +# CONFIG_EARLY_PRINTK is not set CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |