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

Commit f659e12e authored by Niklas Cassel's avatar Niklas Cassel Committed by Arnd Bergmann
Browse files

ARM: dts: artpec: use 1 GiB RAM



There has never been an artpec6 devboard produced
with less than 1 GiB RAM.

Increase the default value to 1 GiB RAM, so that we
can netboot with large initramfs without going OOM.

Signed-off-by: default avatarNiklas Cassel <niklas.cassel@axis.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0fc12374
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

	memory {
		device_type = "memory";
		reg = <0x0 0x10000000>;
		reg = <0x0 0x40000000>;
	};
};