aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm8668/patches-3.3
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-12-06 22:39:33 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-12-06 22:39:33 +0000
commitf7b556bf278ed717bd1a7797496fffacb0509469 (patch)
treef5308dce437ce8429b3868f0c47d8204a870fe3c /target/linux/adm8668/patches-3.3
parentc42e9b5f6a44aadfbcd1ea1f411fb8662dd14878 (diff)
downloadmaster-187ad058-f7b556bf278ed717bd1a7797496fffacb0509469.tar.gz
master-187ad058-f7b556bf278ed717bd1a7797496fffacb0509469.tar.bz2
master-187ad058-f7b556bf278ed717bd1a7797496fffacb0509469.zip
[adm8668] implement early_printk without an early_console
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34547 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm8668/patches-3.3')
-rw-r--r--target/linux/adm8668/patches-3.3/001-adm8668_arch.patch3
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>