u-boot-2016/drivers
Bin Meng f0dc73c090 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>
2015-09-09 07:48:03 -06:00
..
bios_emulator
block
bootcount
clk rockchip: rk3288: Add clock driver 2015-09-02 21:28:23 -06:00
core dm: Provide better debugging when a device fails to bind 2015-09-02 21:28:23 -06:00
cpu
crypto
ddr
demo
dfu dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature 2015-09-07 13:41:05 +02:00
dma
fpga
gpio Merge git://git.denx.de/u-boot-rockchip 2015-09-03 14:57:09 -04:00
hwmon
i2c rockchip: Add I2C driver 2015-09-02 21:28:24 -06:00
input
led dm: led: Tidy up SPL options for the led and led-gpio 2015-09-02 21:28:22 -06:00
memory
misc Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2015-09-02 10:39:28 -04:00
mmc mmc: dw_mmc: Probe the MMC from OF 2015-09-04 11:54:20 +02:00
mtd
net net: designware: Fix build warnings 2015-09-09 07:48:03 -06:00
pci dm: pci: Allow a PCI bus to be found without an alias 2015-09-09 07:48:03 -06:00
pcmcia
pinctrl rockchip: rk3288: Add pinctrl driver 2015-09-02 21:28:24 -06:00
power Merge git://git.denx.de/u-boot-rockchip 2015-09-03 14:57:09 -04:00
pwm
qe
ram
rtc
serial Merge git://git.denx.de/u-boot-rockchip 2015-09-03 14:57:09 -04:00
soc
sound
spi rockchip: Add SPI driver 2015-09-02 21:28:24 -06:00
thermal
tpm
twserial
usb usb: ehci: remember init mode 2015-09-07 13:41:05 +02:00
video powerpc: ppc4xx: remove lwmon5 support 2015-09-02 11:33:13 -04:00
watchdog
Kconfig
Makefile