X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fpatches-4.4%2F003-MIPS-ath79-make-bootconsole-wait-for-both-THRE-and-T.patch;h=2eba263732a39d71922252d8276450cd8c4851e3;hp=7be14abf945328535db0d82e8290d1dad3e9725c;hb=88d85665de73b7ea49fb5a9063415b20d67fe4bf;hpb=cb4eb62606ccde2314bae26e3cf902a7026e8b45 diff --git a/target/linux/ar71xx/patches-4.4/003-MIPS-ath79-make-bootconsole-wait-for-both-THRE-and-T.patch b/target/linux/ar71xx/patches-4.4/003-MIPS-ath79-make-bootconsole-wait-for-both-THRE-and-T.patch index 7be14abf94..2eba263732 100644 --- a/target/linux/ar71xx/patches-4.4/003-MIPS-ath79-make-bootconsole-wait-for-both-THRE-and-T.patch +++ b/target/linux/ar71xx/patches-4.4/003-MIPS-ath79-make-bootconsole-wait-for-both-THRE-and-T.patch @@ -27,11 +27,9 @@ Signed-off-by: Matthias Schiffer arch/mips/ath79/early_printk.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -diff --git a/arch/mips/ath79/early_printk.c b/arch/mips/ath79/early_printk.c -index b955faf..d1adc59 100644 --- a/arch/mips/ath79/early_printk.c +++ b/arch/mips/ath79/early_printk.c -@@ -31,13 +31,15 @@ static inline void prom_putchar_wait(void __iomem *reg, u32 mask, u32 val) +@@ -31,13 +31,15 @@ static inline void prom_putchar_wait(voi } while (1); } @@ -49,6 +47,3 @@ index b955faf..d1adc59 100644 } static void prom_putchar_ar933x(unsigned char ch) --- -2.7.4 -