diff options
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 |