fbcon: disable cursor_blink by default
authorNick Xie <nick@khadas.com>
Thu, 28 May 2020 02:48:07 +0000 (10:48 +0800)
committerNick Xie <nick@khadas.com>
Thu, 28 May 2020 02:48:07 +0000 (10:48 +0800)
Signed-off-by: Nick Xie <nick@khadas.com>
drivers/video/console/fbcon.c

index 178b507..8cd58b9 100644 (file)
@@ -146,7 +146,7 @@ static const struct consw fb_con;
 
 static int fbcon_set_origin(struct vc_data *);
 
-static int fbcon_cursor_noblink;
+static int fbcon_cursor_noblink = 1;
 
 #define divides(a, b)  ((!(a) || (b)%(a)) ? 0 : 1)