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

Commit 059a58fc authored by Jorge Ramirez-Ortiz's avatar Jorge Ramirez-Ortiz Committed by Kevin Hilman
Browse files

ARM64: dts: meson: accept MAC addr from u-boot environment



Extend configuring the MAC address from u-boot to all meson boards.

I didn't test this changeset but having checked libretech's u-boot
tree I believe it should just work.

Signed-off-by: default avatarJorge Ramirez-Ortiz <jramirez@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent f7c36209
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
/ {
	aliases {
		serial0 = &uart_AO;
		ethernet0 = &ethmac;
	};

	chosen {
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@

	aliases {
		serial0 = &uart_AO;
		ethernet0 = &ethmac;
	};

	chosen {
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@

	aliases {
		serial0 = &uart_AO;
		ethernet0 = &ethmac;
	};

	chosen {
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@

	aliases {
		serial0 = &uart_AO;
		ethernet0 = &ethmac;
	};

	chosen {
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
/ {
	aliases {
		serial0 = &uart_AO;
		ethernet0 = &ethmac;
	};

	chosen {
Loading