RE: [PATCH] ARM: stm32: Allow overriding setup_mac_address()

2019-12-18 Thread Patrick DELAUNAY
Hi Marek, > From: Marek Vasut > Sent: mercredi 18 décembre 2019 07:59 > > Let board code override setup_mac_address(), which is useful e.g. if the board > derives the MAC address from another source, like an I2C EEPROM. > > Signed-off-by: Marek Vasut > Cc: Patrick Delaunay > Cc: Patrice Chota

[PATCH] ARM: stm32: Allow overriding setup_mac_address()

2019-12-17 Thread Marek Vasut
Let board code override setup_mac_address(), which is useful e.g. if the board derives the MAC address from another source, like an I2C EEPROM. Signed-off-by: Marek Vasut Cc: Patrick Delaunay Cc: Patrice Chotard --- arch/arm/mach-stm32mp/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion