[PATCH 02/10] arm: mvebu: solidrun: remove hardcoded DTS MAC address
Stefan Roese
sr at denx.de
Mon Jan 13 09:21:36 CET 2020
On 11.01.20 20:36, Joel Johnson wrote:
> Using a consistent hardcoded MAC address from the DTS file causes
> issues when using multiple devices on the same network segment.
> Instead rely on environment configuration or random generation.
>
> Signed-off-by: Joel Johnson <mrjoel at lixil.net>
> ---
>
> arch/arm/dts/armada-38x-solidrun-microsom.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/dts/armada-38x-solidrun-microsom.dtsi b/arch/arm/dts/armada-38x-solidrun-microsom.dtsi
> index a2627223ce..7c1c7900ce 100644
> --- a/arch/arm/dts/armada-38x-solidrun-microsom.dtsi
> +++ b/arch/arm/dts/armada-38x-solidrun-microsom.dtsi
> @@ -39,7 +39,6 @@
>
> ð0 {
> /* ethernet at 70000 */
> - mac-address = [00 50 43 02 02 01];
> pinctrl-0 = <&ge0_rgmii_pins>;
> pinctrl-names = "default";
> phy = <&phy_dedicated>;
>
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
More information about the U-Boot
mailing list