ARM: dts: artpec: use 1 GiB RAM
authorNiklas Cassel <niklas.cassel@axis.com>
Wed, 21 Feb 2018 08:59:54 +0000 (09:59 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Mar 2018 16:40:20 +0000 (17:40 +0100)
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: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/artpec6-devboard.dts

index 9dfe845..502f3de 100644 (file)
@@ -26,7 +26,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0x0 0x10000000>;
+               reg = <0x0 0x40000000>;
        };
 };