[U-Boot] spi: mxc_spi: Fix build warning on ARM64 platforms
sbabic at denx.de
sbabic at denx.de
Wed Jan 30 08:57:11 UTC 2019
> When building mxc_spi driver on ARM64 platforms, get below build warnings.
> Fix it in this patch.
> In file included from include/common.h:48:0,
> from drivers/spi/mxc_spi.c:9:
> drivers/spi/mxc_spi.c: In function ‘spi_xchg_single’:
> drivers/spi/mxc_spi.c:232:21: warning: cast from pointer to integer of
> different size [-Wpointer-to-int-cast]
> _func_, bitlen, (u32)dout, (u32)din);
> ^
> include/log.h:135:26: note: in definition of macro ‘debug_cond’
> printf(pr_fmt(fmt), ##args); \
> ^~~~
> drivers/spi/mxc_spi.c:231:2: note: in expansion of macro ‘debug’
> debug("%s: bitlen %d dout 0x%x din 0x%x\n",
> ^~~~~
> drivers/spi/mxc_spi.c:232:32: warning: cast from pointer to integer of
> different size [-Wpointer-to-int-cast]
> _func_, bitlen, (u32)dout, (u32)din);
> ^
> include/log.h:135:26: note: in definition of macro ‘debug_cond’
> printf(pr_fmt(fmt), ##args); \
> ^~~~
> drivers/spi/mxc_spi.c:231:2: note: in expansion of macro ‘debug’
> debug("%s: bitlen %d dout 0x%x din 0x%x\n",
> ^~~~~
> Signed-off-by: Ye Li <ye.li at nxp.com>
> Reviewed-by: Peng Fan <peng.fan at nxp.com>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list