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: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Niklas Cassel 2018-02-21 09:59:54 +01:00 committed by Arnd Bergmann
parent 0fc123744e
commit f659e12eb7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ chosen {
memory {
device_type = "memory";
reg = <0x0 0x10000000>;
reg = <0x0 0x40000000>;
};
};