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

Commit 11d5993d authored by Gregory CLEMENT's avatar Gregory CLEMENT Committed by Jason Cooper
Browse files

arm: mvebu: Fix memory size for Armada 370 DB



Actually the Armada 370 DB (aka DB-88F6710-BP-DDR3) come with 1GB and
not 512MB.

Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 9e1c96ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@


	memory {
	memory {
		device_type = "memory";
		device_type = "memory";
		reg = <0x00000000 0x20000000>; /* 512 MB */
		reg = <0x00000000 0x40000000>; /* 1 GB */
	};
	};


	soc {
	soc {