Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6314b318 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: remove extra alias in the ArriaV devkit



commit [2755e187 dts: socfpga: Add DTS entry for adding the stmmac glue
layer for stmmac.] added an extra ethernet alias in the ArriaV devkit
board file. This patch removes it.

Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent f5bbe55a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -37,13 +37,6 @@
		*/
		ethernet0 = &gmac1;
	};

	aliases {
		/* this allow the ethaddr uboot environmnet variable contents
		 * to be added to the gmac1 device tree blob.
		 */
		ethernet0 = &gmac1;
	};
};

&gmac1 {