Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Niklas Cassel and committed by
Arnd Bergmann
f659e12e 0fc12374

+1 -1
+1 -1
arch/arm/boot/dts/artpec6-devboard.dts
··· 26 26 27 27 memory { 28 28 device_type = "memory"; 29 - reg = <0x0 0x10000000>; 29 + reg = <0x0 0x40000000>; 30 30 }; 31 31 }; 32 32