[PATCH] mx7dsabresd: Retrieve the second MAC address from fuses

2023-07-13 Thread sbabic
> From: Fabio Estevam > Currently, a random MAC address is assigned to eth1 in Linux. > Fix this behavor by retrieving the second MAC address from the fuses. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ==

[PATCH] mx7dsabresd: Retrieve the second MAC address from fuses

2023-07-11 Thread Fabio Estevam
From: Fabio Estevam Currently, a random MAC address is assigned to eth1 in Linux. Fix this behavor by retrieving the second MAC address from the fuses. Signed-off-by: Fabio Estevam --- board/freescale/mx7dsabresd/mx7dsabresd.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/board/fr