diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-11 08:19:53 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-11 08:19:53 +0000 |
commit | a4ba8220f531577a0bdc6d9466a16af74f8b98af (patch) | |
tree | 17f84cf0fc394882ad133724440e4fb373714710 /target/linux/lantiq/patches/106-early_printk.patch | |
parent | a42e50cceaf2cc8997cfb6870ae1ab70f3f1abe1 (diff) |
[lantiq]
* update kernel to .37
* add support for falcon (big thank you goes to lantiq !!)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26021 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches/106-early_printk.patch')
-rw-r--r-- | target/linux/lantiq/patches/106-early_printk.patch | 6 |
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 34e0bdf4d2..1cf402c5c5 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 |