[U-Boot] [PATCH 1/3] smsc95xx: Fix MAC address programming

Mike Frysinger vapier at gentoo.org
Fri Nov 11 16:22:26 CET 2011


On Friday 11 November 2011 05:59:56 Wolfgang Grandegger wrote:
> Commit 79ad54400932d6484178a372fb3b659e3437473b broke the MAC
> address programming. Fix this by using the method from Linux'
> smsc95xx_set_mac_address().

oh, and while you're here, test out this fix:
-   debug("MAC %02x:%02x:%02x:%02x:%02x:%02x\n",
-       eth->enetaddr[0], eth->enetaddr[1],
-       eth->enetaddr[2], eth->enetaddr[3],
-       eth->enetaddr[4], eth->enetaddr[5]);
+   debug("MAC %pM\n", eth->enetaddr);
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111111/c34a3d49/attachment.pgp 


More information about the U-Boot mailing list