summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-kernel/linux/linux-renesas/0001-arm-lager-Add-vmalloc-384M-to-bootargs-of-DTS.patch
blob: 8d19c6d2fbf049c07e59bce898deab1c5610a15c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 7a6b38f46db215055017a3288bd0d0bc6cfd5e8d Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Date: Mon, 14 Jul 2014 11:43:33 +0900
Subject: [PATCH] arm: shmobile: lager: Add 'vmalloc=384M' to bootargs of DTS

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 arch/arm/boot/dts/r8a7790-lager.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 58b30a2..e0ac607 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -38,7 +38,7 @@
 	};
 
 	chosen {
-		bootargs = "console=ttySC6,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+		bootargs = "console=ttySC6,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp vmalloc=384M";
 	};
 
 	memory@40000000 {
-- 
1.7.9.5
/span> _articles %} <li> <span class="inner"> {% if article.path or article.url %} {% if article.path %} <a href="{{ article.path|contentURL }}{{ article.anchor }}">{{ article.title }}</a> {% else %} <a target="_blank" href="{{ article.url }}">{{ article.title }}</a> {% endif %} {% else %} <span>{{ article.title }}</span> {% endif %} {% if 1 %} <span class="page">{{ article.level }}</span> {% endif %} </span> {% if article.articles.length > 0 %} <ol> {{ articles(article.articles) }} </ol> {% endif %} </li> {% endfor %} {% endmacro %} {% block page %} <div class="section toc"> <h1>{{ "SUMMARY"|t }}</h1> <ol> {% for part in summary.parts %} {% if part.title %} <li class="part-title"> <h2>{{ part.title }}</h2> </li> {% endif %} {{ articles(part.articles) }} {% if not loop.last %} <li class="divider"></li> {% endif %} {% endfor %} {% if glossary.path %} <li> <span class="inner"> <a href="{{ ('/' + glossary.path)|contentURL }}">{{ "GLOSSARY"|t }}</a> </span> </li> {% endif %} </ol> </div> {% endblock %}