diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:39:33 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:39:33 +0000 |
commit | 2dee2133c5d6a3aa87b341c09c8978dd771edb94 (patch) | |
tree | 99675ca56b6cc2f0fa23f86426bc89f1957c5592 /target/linux/adm8668/patches-3.3/001-adm8668_arch.patch | |
parent | f85115efd8e3ef399f015bbbe9d9468d5a5ba8b4 (diff) | |
download | upstream-2dee2133c5d6a3aa87b341c09c8978dd771edb94.tar.gz upstream-2dee2133c5d6a3aa87b341c09c8978dd771edb94.tar.bz2 upstream-2dee2133c5d6a3aa87b341c09c8978dd771edb94.zip |
implement early_printk without an early_console
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34547
Diffstat (limited to 'target/linux/adm8668/patches-3.3/001-adm8668_arch.patch')
-rw-r--r-- | target/linux/adm8668/patches-3.3/001-adm8668_arch.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch b/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch index c00188cf0d..53a627ecc1 100644 --- a/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch +++ b/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch @@ -10,7 +10,7 @@ include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -105,6 +105,26 @@ config BCM47XX +@@ -105,6 +105,27 @@ config BCM47XX help Support for BCM47XX based boards @@ -30,6 +30,7 @@ + select SWAP_IO_SPACE + select SERIAL_ADM8668 + select SERIAL_ADM8668_CONSOLE ++ select SYS_HAS_EARLY_PRINTK + help + ADM8668 board support by neutronscott + Scott Nicholas <neutronscott@scottn.us> |