]> git.ipfire.org Git - people/ms/u-boot.git/commit
altera_timer: change ioremap to map_physmem
authorThomas Chou <thomas@wytron.com.tw>
Sat, 14 Nov 2015 03:15:31 +0000 (11:15 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Wed, 18 Nov 2015 13:18:30 +0000 (21:18 +0800)
commit4c26ec17cf00f56cbfe6b8d3c1d9540bc2dc9d60
treeb6d089cd46a1b76a83652920ea223185a040311e
parent1ec60b93212ca095822a6ae789e7f944d9692800
altera_timer: 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/timer/altera_timer.c