summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch
blob: 8c3ee2df5aed475f7d40cac0ba58f825739402e5 (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
From c7edbae8c34f73abb1974c0e8722f6f3c7b49f45 Mon Sep 17 00:00:00 2001
From: Samuli Piippo <samuli.piippo@digia.com>
Date: Tue, 17 Sep 2013 08:16:51 +0300
Subject: [PATCH] am335x-evm: disable console cursor blinking

---
 include/configs/am335x_evm.h |    2 +
 1 file changed, 2 insertion(++)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 90e35ee..f28e842 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -86,6 +86,8 @@
 	"ip_method=none\0" \
 	"bootargs_defaults=setenv bootargs " \
 		"console=${console} " \
+		"consoleblank=0 " \
+		"vt.global_cursor_default=0 " \
 		"${optargs}\0" \
 	"mmcargs=run bootargs_defaults;" \
 		"setenv bootargs ${bootargs} " \
-- 
1.7.10.4