commit | db54ff246eae5acb6b7dffec2c05e682f91e0f4e | [log] [tgz] |
---|---|---|
author | Wu Zhangjin <wuzhangjin@gmail.com> | Fri Oct 16 14:17:16 2009 +0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 17 01:57:03 2009 +0000 |
tree | 26a8aca93bbdcf68ea57e6c84ec5bf2ce4a1ead1 | |
parent | f6d4ff02c60e18797279270d09791768e43cd269 [diff] |
MIPS: Loongson early_printk: Fix variable type of uart_base The uart_base variable here is not a physical address, so, we replace it by unsigned char *. Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Cc: Linux-MIPS <linux-mips@linux-mips.org> Cc: yanh@lemote.com Cc: huhb@lemote.com Cc: Zhang Le <r0bertz@gentoo.org> Cc: zhangfx@lemote.com Signed-off-by: Ralf Baechle <ralf@linux-mips.org>