[U-Boot] [PATCH 1/3 v2] net: emaclite: Use unsigned long for baseaddr

2011-10-13 Thread Michal Simek
Baseaddr should be unsigned long. Signed-off-by: Michal Simek --- v2: Fix merge confict - no function change --- drivers/net/xilinx_emaclite.c |4 ++-- include/netdev.h |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/xilinx_emaclite.c b/dri

Re: [U-Boot] [PATCH 1/3 v2] net: emaclite: Use unsigned long for baseaddr

2011-10-23 Thread Wolfgang Denk
Dear Michal Simek, In message <1318497803-21874-2-git-send-email-mon...@monstr.eu> you wrote: > Baseaddr should be unsigned long. > > Signed-off-by: Michal Simek > > --- > v2: Fix merge confict - no function change > --- > drivers/net/xilinx_emaclite.c |4 ++-- > include/netdev.h