Re: [U-Boot] [PATCH] common/fb_mmc.c: Fix warnings about casts

2017-06-12 Thread Sam Protsenko
On 10 June 2017 at 16:15, Tom Rini wrote: > 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 > Signed-off-by: Tom Rini > --- > common/fb_mmc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[U-Boot] [PATCH] common/fb_mmc.c: Fix warnings about casts

2017-06-10 Thread Tom Rini
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 Signed-off-by: Tom Rini --- common/fb_mmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/fb_mmc.c b/common/fb_mmc