]> git.baikalelectronics.ru Git - uboot.git/commit
net: dm: Remove warning about EEPROM provided MAC address
authorAndre Przywara <andre.przywara@arm.com>
Thu, 11 Jun 2020 11:03:16 +0000 (12:03 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jul 2020 22:23:48 +0000 (18:23 -0400)
commit524ce5b44bfa51aeae6edcb4a4199914efe0209b
tree95541c0e6be1fb22c2486fb4ee425b05af16a6a4
parent25f129d8c8ac94c8b2a196eb5de00070f642b208
net: dm: Remove warning about EEPROM provided MAC address

Similar to patch 821fec0ceb3e ("net: remove scary warning about EEPROM
provided MAC address") this removes the somewhat awkward "warning" on
boards using DM_ETH:
In many parts of the computing world having a unique MAC address
sitting in some on-NIC storage is considered the normal case.

If there is a properly provided MAC address (either from ROM or from DT),
remove the warning to not scare the user unnecessarily.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-By: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
net/eth-uclass.c