commit | 2341c80cd261291aff2c58b70bacc053ecca9d1d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jun 10 09:15:37 2017 -0400 |
committer | Marek Vasut <marex@denx.de> | Mon Aug 21 11:31:10 2017 +0200 |
tree | 021079f117f8cc2fc5c93f672f4da707ce7ced19 | |
parent | 7715dea48b5d17f6394d1a02c60a84278df71391 [diff] |
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>