diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-01-15 18:52:32 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-01-21 10:30:36 +0100 |
commit | 527cd43d75da956f1cd8701e61d2a803fa5199fb (patch) | |
tree | 185c01ca545173bb843f18f16a9fefc16a598d35 /common/dlmalloc.c | |
parent | 5840537879d93814f681d45ccf26d8b171f80acf (diff) | |
download | u-boot-imx-527cd43d75da956f1cd8701e61d2a803fa5199fb.zip u-boot-imx-527cd43d75da956f1cd8701e61d2a803fa5199fb.tar.gz u-boot-imx-527cd43d75da956f1cd8701e61d2a803fa5199fb.tar.bz2 |
net: ll_temac: Fix compilation warning because of phys_addr_t
This patch fix the compilation warning
w+../drivers/net/xilinx_ll_temac.c: In function 'll_temac_init':
w+../drivers/net/xilinx_ll_temac.c:235:3: warning: format '%X' expects
argument of type 'unsigned int', but argument 4 has type 'phys_addr_t'
[-Wformat]
introduced by
"net: Declare physical address as phys_addr_t unsigned type"
(sha1: 16ae7827226ce8b255245d1932e8069f00997a26).
Reported-by: Tom Rini <trini@ti.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'common/dlmalloc.c')
0 files changed, 0 insertions, 0 deletions