]> git.ipfire.org Git - people/ms/u-boot.git/commit
altera_jtag_uart: change ioremap to map_physmem
authorThomas Chou <thomas@wytron.com.tw>
Sat, 14 Nov 2015 02:36:49 +0000 (10:36 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Wed, 18 Nov 2015 13:18:30 +0000 (21:18 +0800)
commit18c3f27016c3c8ea3b68ce36084099a4a917dbef
treebac716a2facbf1789dbb99ca31fef21ce46b80da
parentfe524569d4a7eea66475d5815be75660e59b6ee4
altera_jtag_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_jtag_uart.c