]> git.sur5r.net Git - u-boot/commit
net: don't override ethernet address environment
authorRoger Quadros <rogerq@ti.com>
Mon, 13 Mar 2017 13:04:33 +0000 (15:04 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 20 Mar 2017 21:57:16 +0000 (17:57 -0400)
commitee6fdfadaafeb50a2e7d2a5a4f978332b5198000
tree5eca0c7ca6c0428ad8cddfdb6d62493726ba8ca0
parent752a8311e9c13af807ff9a32fbb2491282a41c8a
net: don't override ethernet address environment

If the ethernet address environment is set with a valid
ethernet address prevent overriding it as it is most likely
set by the user and he/she doesn't want board code to
automatically override it whatsoever.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
net/eth_common.c