Skip to content

Commit ce2e3a6

Browse files
dlechProject516
authored andcommitted
fbdev: set default margin color to white
ev3dev: doing this so we don't waste space in the kernel command line. This is the same as setting fbcon=margin:7
1 parent aae1cf3 commit ce2e3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/core/fbcon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static int info_idx = -1;
166166
/* console rotation */
167167
static int initial_rotation = -1;
168168
static int fbcon_has_sysfs;
169-
static int margin_color;
169+
static int margin_color = 7;
170170

171171
static const struct consw fb_con;
172172

0 commit comments

Comments
 (0)