]> git.sur5r.net Git - u-boot/commit
common/fb_mmc.c: Fix warnings about casts
authorTom Rini <trini@konsulko.com>
Sat, 10 Jun 2017 13:15:37 +0000 (09:15 -0400)
committerMarek Vasut <marex@denx.de>
Mon, 21 Aug 2017 09:31:10 +0000 (11:31 +0200)
commit2341c80cd261291aff2c58b70bacc053ecca9d1d
tree021079f117f8cc2fc5c93f672f4da707ce7ced19
parent7715dea48b5d17f6394d1a02c60a84278df71391
common/fb_mmc.c: Fix warnings about casts

When building the flash zImage code on aarch64 we see warnings about
pointer size casts.  Use uintptr_t instead to correct these.

Cc: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-By: Sam Protsenko <semen.protsenko@linaro.org>
common/fb_mmc.c