]> git.sur5r.net Git - u-boot/commit
altera_qspi: change ioremap to map_physmem
authorThomas Chou <thomas@wytron.com.tw>
Sat, 14 Nov 2015 03:22:50 +0000 (11:22 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Wed, 18 Nov 2015 13:18:30 +0000 (21:18 +0800)
commit8ed38fa50c2a40851f6201bd795666a850617eb9
tree98cfda9f6ac348bf6628075f2354bb83a830958c
parente2b259f70e6fef9dbd0c421045afaae5d455b2c4
altera_qspi: 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/mtd/altera_qspi.c