summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-09-03 05:37:29 -0700
committerSimon Glass <sjg@chromium.org>2015-09-09 07:48:03 -0600
commitf0dc73c090317c7d0660443bc933d612a4c0c699 (patch)
treecba5a61dbaded6f85758e10a01da31fcf1ea0f5d /include
parentd43e816a7de96a0b6dbd6b524923defca55f5e52 (diff)
downloadblackbird-obmc-uboot-f0dc73c090317c7d0660443bc933d612a4c0c699.tar.gz
blackbird-obmc-uboot-f0dc73c090317c7d0660443bc933d612a4c0c699.zip
net: designware: Fix build warnings
When building dm version of designware eth driver on a platform with 64-bit phys_addr_t, it reports the following warnings: drivers/net/designware.c: In function 'designware_eth_probe': drivers/net/designware.c:599:2: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'phys_addr_t' [-Wformat] drivers/net/designware.c:600:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] drivers/net/designware.c:601:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] This commit fixes the build warnings. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud