[PATCH] ARM: imx6: Fetch MAC address in board_init_late() on DH iMX6 PDK2

2020-06-23 Thread sbabic
> This is needed to obtain the MAC from EEPROM/OTP only after the final > env is populated, otherwise the ethaddr might be overriden. > Signed-off-by: Marek Vasut > Cc: Claudius Heine > Cc: Harald Seiler > Cc: Ludwig Zenz > Cc: Stefano Babic Applied to u-boot-imx, master, thanks ! Best regard

[PATCH] ARM: imx6: Fetch MAC address in board_init_late() on DH iMX6 PDK2

2020-05-14 Thread Marek Vasut
This is needed to obtain the MAC from EEPROM/OTP only after the final env is populated, otherwise the ethaddr might be overriden. Signed-off-by: Marek Vasut Cc: Claudius Heine Cc: Harald Seiler Cc: Ludwig Zenz Cc: Stefano Babic --- board/dhelectronics/dh_imx6/dh_imx6.c | 4 ++-- 1 file chang