summaryrefslogtreecommitdiff
path: root/board/armltd
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2020-06-11 14:03:17 +0300
committerTom Rini <trini@konsulko.com>2020-07-08 01:23:48 +0300
commit117a52e2387bdfcf7f74c5ec6c4985cdd7c5403e (patch)
treecc170b1e26c0945b6eacf768e70c7434c119f6c0 /board/armltd
parentf1dd05bc347b2dc6adb7d49e824b6696d090fb91 (diff)
downloadu-boot-117a52e2387bdfcf7f74c5ec6c4985cdd7c5403e.tar.xz
net: smc911x: Properly handle EEPROM MAC address
When compiled as a DM_ETH driver, the scm911x driver was reading the MAC address from the optional EEPROM storage, but failed to copy this to the platdata struct. Since it was also missing a definition of the read_rom_hwaddr() function, the generic Ethernet code was dismissing this MAC address, falling back to a random address or denying to start at all. Add an implementation of .read_rom_hwaddr, and refactor the function reading the ROM address to be called by all interested parties. This fixes MAC address issues when using the driver in DM_ETH "mode". 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>
Diffstat (limited to 'board/armltd')
0 files changed, 0 insertions, 0 deletions