summaryrefslogtreecommitdiffstats
path: root/include/netdev.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2011-10-12 23:23:21 +0000
committerWolfgang Denk <wd@denx.de>2011-10-23 23:32:44 +0200
commit9b94755af9552ce3cbecfdd2f9f1fa2b322d825a (patch)
treed839ddb9b45e8e0484eadbd688c3820678a0227f /include/netdev.h
parent7b5d61b5a3dd6c6f8f0723941beb700277de9407 (diff)
downloadblackbird-obmc-uboot-9b94755af9552ce3cbecfdd2f9f1fa2b322d825a.tar.gz
blackbird-obmc-uboot-9b94755af9552ce3cbecfdd2f9f1fa2b322d825a.zip
net: emaclite: Use unsigned long for baseaddr
Baseaddr should be unsigned long. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include/netdev.h')
-rw-r--r--include/netdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h
index 669f60b7e4..a6246777fd 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -97,7 +97,7 @@ int uli526x_initialize(bd_t *bis);
int armada100_fec_register(unsigned long base_addr);
int xilinx_axiemac_initialize(bd_t *bis, unsigned long base_addr,
unsigned long dma_addr);
-int xilinx_emaclite_initialize (bd_t *bis, int base_addr);
+int xilinx_emaclite_initialize(bd_t *bis, unsigned long base_addr);
/* Boards with PCI network controllers can call this from their board_eth_init()
* function to initialize whatever's on board.
OpenPOWER on IntegriCloud