]> git.sur5r.net Git - u-boot/commit
altera_uart: change ioremap to map_physmem
authorThomas Chou <thomas@wytron.com.tw>
Sat, 14 Nov 2015 02:38:09 +0000 (10:38 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Wed, 18 Nov 2015 13:18:30 +0000 (21:18 +0800)
commit1ec60b93212ca095822a6ae789e7f944d9692800
tree72fa0e2e3dbc79cfdc399b001cf9a7ff5051dc19
parent18c3f27016c3c8ea3b68ce36084099a4a917dbef
altera_uart: change ioremap to map_physmem

Change ioremap() to map_physmem(), as it is more used in u-boot.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/serial/altera_uart.c