arm: mvebu: solidrun: remove hardcoded DTS MAC address
authorJoel Johnson <mrjoel@lixil.net>
Mon, 23 Mar 2020 20:21:30 +0000 (14:21 -0600)
committerStefan Roese <sr@denx.de>
Tue, 14 Apr 2020 11:16:42 +0000 (13:16 +0200)
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@lixil.net>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-38x-solidrun-microsom.dtsi

index a322a28c215c124f66cecc27090e91c4ba7aae1f..9bbeafc53bfe6ceb3c80254d9336d8cac651064b 100644 (file)
@@ -39,7 +39,6 @@
 
 &eth0 {
        /* ethernet@70000 */
-       mac-address = [00 50 43 02 02 01];
        pinctrl-0 = <&ge0_rgmii_pins>;
        pinctrl-names = "default";
        phy = <&phy_dedicated>;