projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc1237
)
ARM: dts: artpec: use 1 GiB RAM
author
Niklas Cassel
<niklas.cassel@axis.com>
Wed, 21 Feb 2018 08:59:54 +0000
(09:59 +0100)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/artpec6-devboard.dts
b/arch/arm/boot/dts/artpec6-devboard.dts
index
9dfe845
..
502f3de
100644
(file)
--- 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 0x
1
0000000>;
+ reg = <0x0 0x
4
0000000>;
};
};