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

Commit e40ed274 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed-evb: Add unit name to memory node



Fixes a warning when building with W=1.

All of the ASPEED device trees build without warnings now.

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 236ffdfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
		bootargs = "console=ttyS4,115200 earlyprintk";
	};

	memory {
	memory@80000000 {
		reg = <0x80000000 0x20000000>;
	};
};