commit | ef21b491bfe0ddf2b61f1804271b0d2cc58e19f2 | [log] [tgz] |
---|---|---|
author | Pavel Machek <pavel@denx.de> | Mon Oct 29 01:27:24 2012 +0100 |
committer | Olof Johansson <olof@lixom.net> | Mon Nov 05 09:17:20 2012 -0800 |
tree | 3e3d635815338b7380c8a578d5a4e61ee5ea9ccf | |
parent | ad208d03a5a32957a419eb1a473aa96ff4da45ca [diff] |
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>