From 9b94755af9552ce3cbecfdd2f9f1fa2b322d825a Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 12 Oct 2011 23:23:21 +0000 Subject: net: emaclite: Use unsigned long for baseaddr Baseaddr should be unsigned long. Signed-off-by: Michal Simek --- include/netdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/netdev.h b/include/netdev.h index 669f60b..a624677 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. -- cgit v1.1