]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Lantiq: Fix early printk
authorJohn Crispin <blogic@openwrt.org>
Wed, 11 Jan 2012 20:44:24 +0000 (21:44 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 26 Apr 2012 23:22:54 +0000 (00:22 +0100)
commite311f2252a4303d9f487276ad50c5810a8687543
tree1bf0b821dad6ada4ced25d1a68833027d5e86676
parent5ff27322d30c60379bb50c5354c0a556c626c84a
MIPS: Lantiq: Fix early printk

The code was using a 32bit write operations in the early_printk code. This
resulted in 3 zero bytes also being written to the serial port. This patch
changes the memory access to 8bit.

Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3257/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
arch/mips/lantiq/early_printk.c