]> Git Repo - J-u-boot.git/commit
common/fb_mmc.c: Fix warnings about casts
authorTom Rini <[email protected]>
Sat, 10 Jun 2017 13:15:37 +0000 (09:15 -0400)
committerMarek Vasut <[email protected]>
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-By: Sam Protsenko <[email protected]>
common/fb_mmc.c
This page took 0.034456 seconds and 4 git commands to generate.