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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot