diff options
author | Niklas Cassel <niklas.cassel@axis.com> | 2018-02-21 11:59:54 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-06 19:40:20 +0300 |
commit | f659e12eb7ded8a0083328b77bf13fa609e4a1b8 (patch) | |
tree | 4f4dfce0d3fd88d645f594607407ee5728f8f0f5 /arch/arm | |
parent | 0fc123744e8fbe6dd933b5ef2892e4c70d2f2fb3 (diff) | |
download | linux-f659e12eb7ded8a0083328b77bf13fa609e4a1b8.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/artpec6-devboard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/artpec6-devboard.dts b/arch/arm/boot/dts/artpec6-devboard.dts index 9dfe845694cf..502f3de6dc5b 100644 --- a/arch/arm/boot/dts/artpec6-devboard.dts +++ b/arch/arm/boot/dts/artpec6-devboard.dts @@ -26,7 +26,7 @@ memory { device_type = "memory"; - reg = <0x0 0x10000000>; + reg = <0x0 0x40000000>; }; }; |