commit | edb06870db1b11880cdf481d34f7ee55a4f117d0 | [log] [tgz] |
---|---|---|
author | stefano babic <sbabic@denx.de> | Tue Aug 21 15:50:33 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Aug 29 02:13:09 2007 +0200 |
tree | 040bd2412a7e5497b4c55eaf5e24a1bac03ff5ff | |
parent | 8a58819d8733179f74a003dd1ef884259e8e167f [diff] |
Fix MAC address setting in DM9000 driver. The logic to check if there is a correct MAC address in the DM9000 EEPROM, added in the last patch, is wrong. Now the MAC address is always taken from the environment, even if a suitable MAC is present in the EEPROM. Signed-off-by: Stefano Babic <sbabic@denx.de>