net: eth-uclass: Fix message if mac is coming from DT or ROM
authorMichal Simek <michal.simek@xilinx.com>
Mon, 16 Mar 2020 10:36:17 +0000 (11:36 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Apr 2020 10:52:45 +0000 (12:52 +0200)
commitd4172c940680c1c8aa370898a8d9e8ec0dceaeaf
treedf795c3b043dfb95d09b8df649422aac6feb115c
parent001ad66324ba2613e04df5cc6ad8285622fd866b
net: eth-uclass: Fix message if mac is coming from DT or ROM

When local-mac-address DT property is specified it is reported the same way
as address read from eeprom/ROM. Show properly if mac address is coming
from DT or ROM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
net/eth-uclass.c