Re: [U-Boot] net/eth.c drivers/net/rtl8019.c eth_xxx function name dunplication

2011-01-04 Thread Stefano Babic
On 01/04/2011 08:55 AM, qq wrote: > These words show me that net/eth.c has "eth_send" and drivers/net/rtl8019.c > also has "eth_send" function as the same name. > My board use RTL8019AS ethernet controller,s3c44b0 CPU. > i couldn`t figure out what is wrong with the code and how to fix it,Thanks a

[U-Boot] net/eth.c drivers/net/rtl8019.c eth_xxx function name dunplication

2011-01-03 Thread qq
Hello,everybody,in RedHat 9.0,i compiled u-boot v2010.12-rc3 with arm-linux-tools-20070808 On link stage,print some errors: ... ... ... ... -lgcc -Map u-boot.map -o u-boot net/libnet.o: In function `eth_halt': /home/code/uboot_v2010.12-rc3/net/eth.c:375: multiple definition of `eth_halt' drivers