commit | b2451e3432115f4c279f9697626f6c4cb99388f9 | [log] [tgz] |
---|---|---|
author | Lars Poeschel <poeschel@lemonage.de> | Fri Jan 11 00:53:32 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Thu Feb 07 10:36:26 2013 -0500 |
tree | bfebd6f755af9f274007aa337c051d5ea25fa67b | |
parent | 67b4a79a1342b37466871b520f6a3ebf745163cc [diff] |
am335x: display msg when reading MAC from efuse When ethaddr is not set in environment the MAC address is read from efuse. The message was only printed in debug case, but this message could be of interest for the ordinary user, so printf it. Signed-off-by: Lars Poeschel <poeschel@lemonage.de>