My board look to came with a MAC already program in EFUSE
Uboot
Net: Detected MACID:90:d7:eb:30:e2:16
When the kernel boot, it generate a random each time instead of taking the one from EFUSE?
eth0 Link encap:Ethernet HWaddr AE:7A:18:B2:4F:43
Even if you define ethaddr in uboot, the kernel MAC driver will not use this MAC.
What is the preferred way of passing the MAC from uboot to the kernel?