MIPS: lantiq: fix early printk
authorThomas Langer <thomas.langer@lantiq.com>
Wed, 2 May 2012 10:27:38 +0000 (12:27 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 May 2012 15:49:22 +0000 (17:49 +0200)
commit7705f6867bfc6f2ea42c3965a85df72abf070c86
tree556ac1fafeb72b372873c404ab7e4cf47a917e63
parenta8d096ef78c4d9a664754e1fad5e82dec2feec68
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/3721/
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