socfpga: map uart into virtual address space so that early_printk() works
authorPavel Machek <pavel@denx.de>
Mon, 29 Oct 2012 00:27:24 +0000 (01:27 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 5 Nov 2012 17:17:20 +0000 (09:17 -0800)
commitef21b491bfe0ddf2b61f1804271b0d2cc58e19f2
tree3e3d635815338b7380c8a578d5a4e61ee5ea9ccf
parentad208d03a5a32957a419eb1a473aa96ff4da45ca
socfpga: map uart into virtual address space so that early_printk() works

Early printk code needs UART to be mapped early during
boot. early_printk() is left there during the start-up; it is useful
as our emulators are fairly slow.

Signed-off-by: Pavel Machek <pavel@denx.de>
Acked-by: Dinh Nguyen <dinguyen@altera.com>
[olof: removed redundant newlines]
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-socfpga/socfpga.c