]> git.baikalelectronics.ru Git - uboot.git/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)
commitd01c8d8a273bf440b686d47f80043dc186a7f0fd
tree5eca0c7ca6c0428ad8cddfdb6d62493726ba8ca0
parent811abd291457ea0c4a038a62d08a375129e6cbf5
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