[U-Boot] [PATCH 2/3] arm: mvebu: armada-388-gp.dts: Add ethernet aliases

Stefan Roese sr at denx.de
Fri Nov 27 11:29:08 CET 2015


Adding these aliases enables the update of the MAC addresses from
within U-Boot.

Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Luka Perkov <luka.perkov at sartura.hr>
---
 arch/arm/dts/armada-388-gp.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/armada-388-gp.dts b/arch/arm/dts/armada-388-gp.dts
index f3bcbc6..7bc878f 100644
--- a/arch/arm/dts/armada-388-gp.dts
+++ b/arch/arm/dts/armada-388-gp.dts
@@ -52,6 +52,8 @@
 	};
 
 	aliases {
+		ethernet0 = &eth0;
+		ethernet1 = &eth1;
 		spi0 = &spi0;
 	};
 
-- 
2.6.3



More information about the U-Boot mailing list