When I set ethaddr var in uboot I can set an ethernet address for the first Ethernet Port. But how can I set a MAC Address for the second device?
What I have working for the first device is:
...
ethaddr=9C:53:CD:04:A1:12
...
to use ethaddr1 for the second does not work.