On Thu, Jul 09, 2015 at 02:37:30PM +0800, yuantian.t...@freescale.com wrote:

> From: Tang Yuantian <yuantian.t...@freescale.com>
> 
> When compling under 64bit platforms, there are lots of warnings,
> like:
> 
> drivers/block/ahci.c:114:18: warning: cast to pointer from integer
>  of different size [-Wint-to-pointer-cast]
>   u8 *port_mmio = (u8 *)probe_ent->port[port].port_mmio;
>                   ^
> drivers/block/ahci.c: In function ?.hci_host_init?.
> drivers/block/ahci.c:218:49: warning: cast from pointer to integer
>  of different size [-Wpointer-to-int-cast]
>    probe_ent->port[i].port_mmio = ahci_port_base((u32) mmio, i);
> 
> ......
> 
> Reviewed-by: Simon Glass <s...@chromium.org>
> Signed-off-by: Shaohui Xie <shaohui....@freescale.com>
> Signed-off-by: Tang Yuantian <yuantian.t...@freescale.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to