summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-nitrogen6x-update-bootargs.patch
blob: f42b213ebc1261d07f3b5addd1f8b380c0832f33 (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
27
From b21614109fb3cca15c4b0d296b3ab6cc1b778e3a Mon Sep 17 00:00:00 2001
From: Yoann Lopes <yoann.lopes@theqtcompany.com>
Date: Wed, 10 Jun 2015 16:36:10 +0100
Subject: [PATCH] nitrogen6x: update bootargs.

- disable console cursor blinking
- set CMA reserved size to 384MB
---
 board/boundary/nitrogen6x/6x_bootscript-yocto.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/boundary/nitrogen6x/6x_bootscript-yocto.txt b/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
index d933fa0..2d7c575 100644
--- a/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
+++ b/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
@@ -56,7 +56,7 @@ while test "4" -ne $nextcon ; do
 done
 
 setenv bootargs $bootargs $fbmem
-setenv bootargs "$bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait"
+setenv bootargs "$bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 vt.global_cursor_default=0 cma=384M rootwait"
 
 if itest.s x$bootpart == x ; then
 	bootpart=1
-- 
1.7.10.4