summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/patches/106-early_printk.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-03-11 08:19:53 +0000
committerJohn Crispin <john@openwrt.org>2011-03-11 08:19:53 +0000
commitc75b0ca1a8e6e9c1ffd43719792ab1903085aa93 (patch)
tree4a1a3044e0f7acb02f16849a8758e292ff66ae7d /target/linux/lantiq/patches/106-early_printk.patch
parent58a5102338f7fde82c0a025d99f044868c979d02 (diff)
downloadmtk-20170518-c75b0ca1a8e6e9c1ffd43719792ab1903085aa93.zip
mtk-20170518-c75b0ca1a8e6e9c1ffd43719792ab1903085aa93.tar.gz
mtk-20170518-c75b0ca1a8e6e9c1ffd43719792ab1903085aa93.tar.bz2
* update kernel to .37 * add support for falcon (big thank you goes to lantiq !!)
SVN-Revision: 26021
Diffstat (limited to 'target/linux/lantiq/patches/106-early_printk.patch')
-rw-r--r--target/linux/lantiq/patches/106-early_printk.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/patches/106-early_printk.patch b/target/linux/lantiq/patches/106-early_printk.patch
index 34e0bdf..1cf402c 100644
--- a/target/linux/lantiq/patches/106-early_printk.patch
+++ b/target/linux/lantiq/patches/106-early_printk.patch
@@ -1,7 +1,7 @@
--- a/arch/mips/lantiq/Kconfig
+++ b/arch/mips/lantiq/Kconfig
-@@ -33,4 +33,19 @@ endchoice
- source "arch/mips/lantiq/falcon/Kconfig"
+@@ -33,4 +33,19 @@
+ #source "arch/mips/lantiq/falcon/Kconfig"
source "arch/mips/lantiq/xway/Kconfig"
+if EARLY_PRINTK
@@ -44,7 +44,7 @@
+#define LQ_ASC_BASE KSEG1ADDR(LQ_ASC1_BASE)
+#endif
+
-+#elif CONFIG_SOC_LANTIQ_FALCON
++#elif defined(CONFIG_SOC_LANTIQ_FALCON)
+#include <falcon/gpon_reg_base.h>
+#ifdef CONFIG_LANTIQ_PROM_ASC0
+#define LQ_ASC_BASE GPON_ASC0_BASE