diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-03-05 16:40:32 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 19:18:45 -0400 |
commit | 871ca263ab5d25c904f33f50fe76ee63f5e541b6 (patch) | |
tree | 706b3ae882a116864346ee9ff1e4587b6df5d22b /arch/arm | |
parent | 8efc24374176be3047f1585304fd33d5afca4dcb (diff) | |
download | u-boot-imx-871ca263ab5d25c904f33f50fe76ee63f5e541b6.zip u-boot-imx-871ca263ab5d25c904f33f50fe76ee63f5e541b6.tar.gz u-boot-imx-871ca263ab5d25c904f33f50fe76ee63f5e541b6.tar.bz2 |
dm: omap_timer: Fix conversion of address to a pointer
OMAP timer driver directly typecasts fdt_addr_t to a pointer. This is
not strictly correct, as it gives a build warning when fdt_addr_t is u64.
So, use map_physmem for a proper typecasts.
This is inspired by commit 167efe01bc5a9 ("dm: ns16550: Use an address
instead of a pointer for the uart base")
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions