commit | ca21140c72bfec5cfbeb72aa41629912caf0748e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 30 05:51:00 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Sep 05 16:06:06 2011 +0200 |
tree | 0031438c87550562680ad1bf6b0295369eb4c249 | |
parent | 7e921dc14e5617fe62aaffd19b50f48813d468dc [diff] |
Correct call to eth_write_hwaddr() This fixes "Warning: failed to set MAC address" on platforms which rely on an 'ethaddr' environment variable to set the MAC address. This bug was introduced by this commit: 7616e785 Add Ethernet hardware MAC address framework to usbnet Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Kumar Gala <galak@kernel.crashing.org> Tested-by: Michal Simek <monstr@monstr.eu> Tested-by: Heiko Schocher <hs@denx.de>