summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-nitrogen6x-update-bootargs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-nitrogen6x-update-bootargs.patch')
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-nitrogen6x-update-bootargs.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-nitrogen6x-update-bootargs.patch b/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-nitrogen6x-update-bootargs.patch
deleted file mode 100644
index f42b213..0000000
--- a/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-nitrogen6x-update-bootargs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From b21614109fb3cca15c4b0d296b3ab6cc1b778e3a Mon Sep 17 00:00:00 2001
2From: Yoann Lopes <yoann.lopes@theqtcompany.com>
3Date: Wed, 10 Jun 2015 16:36:10 +0100
4Subject: [PATCH] nitrogen6x: update bootargs.
5
6- disable console cursor blinking
7- set CMA reserved size to 384MB
8---
9 board/boundary/nitrogen6x/6x_bootscript-yocto.txt | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/board/boundary/nitrogen6x/6x_bootscript-yocto.txt b/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
13index d933fa0..2d7c575 100644
14--- a/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
15+++ b/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
16@@ -56,7 +56,7 @@ while test "4" -ne $nextcon ; do
17 done
18
19 setenv bootargs $bootargs $fbmem
20-setenv bootargs "$bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait"
21+setenv bootargs "$bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 vt.global_cursor_default=0 cma=384M rootwait"
22
23 if itest.s x$bootpart == x ; then
24 bootpart=1
25--
261.7.10.4
27