I am new with u-boot and uclinux ,
How can i add one more ethernet mac interface in u-boot. As seen at startup of u-boot in only one interface comes Net: eth driver init M2S_MAC
I want two add one more so that i can have one more ip address i.e. eth1
I have read following question
where i got that eth_current_changed() and eth_set_current() in net/eth.c has to change
but it doesn't defines ,how to add a interface . i have got the driver for the new mac interface also.