On Thu, Aug 16, 2018 at 06:41:49PM +0530, Lokesh Vutla wrote:

> Following build warning appears when pinctrl-single is built for ARM64:
> 
> In file included from drivers/pinctrl/pinctrl-single.c:10:0:
> drivers/pinctrl/pinctrl-single.c: In function ‘single_configure_pins’:
> ./arch/arm/include/asm/io.h:43:28: warning: cast to pointer from integer of 
> different size [-Wint-to-pointer-cast]
>  #define __arch_getw(a)   (*(volatile unsigned short *)(a))
> 
> Fix this by using phys_addr_t for variable reg instead of u32
> 
> Signed-off-by: Lokesh Vutla <lokeshvu...@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: PGP signature

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

Reply via email to