Re: [PATCH] configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR when unnecessary

2022-01-07 Thread Neil Armstrong
On 22/11/2021 12:07, Neil Armstrong wrote: > On Meson GXL, GXM, AXG, G12A, G12B & SM1 SoCs, we can generate an unique > MAC address if none valid found in the eFuses storage. > > Only the GXBB based boards doesn't have a fallback way to generate an > unique MAC address, so we rely on CONFIG_NET_RA

Re: [PATCH] configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR when unnecessary

2021-11-22 Thread Vyacheslav
Sounds right for jethub boards. Signed-off-by: Vyacheslav Bocharov 22.11.2021 14:07, Neil Armstrong пишет: On Meson GXL, GXM, AXG, G12A, G12B & SM1 SoCs, we can generate an unique MAC address if none valid found in the eFuses storage. Only the GXBB based boards doesn't have a fallback way to

[PATCH] configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR when unnecessary

2021-11-22 Thread Neil Armstrong
On Meson GXL, GXM, AXG, G12A, G12B & SM1 SoCs, we can generate an unique MAC address if none valid found in the eFuses storage. Only the GXBB based boards doesn't have a fallback way to generate an unique MAC address, so we rely on CONFIG_NET_RANDOM_ETHADDR to have a valid one. An exception is th