[RFC-WIP 5/5] video: fbconsole: switch to "MINI4x6" font: just for demo purposes
Antony Pavlov
antonynpavlov at gmail.com
Thu Jul 9 14:25:54 PDT 2015
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
drivers/video/fbconsole.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbconsole.c b/drivers/video/fbconsole.c
index 2675193..b72ae84 100644
--- a/drivers/video/fbconsole.c
+++ b/drivers/video/fbconsole.c
@@ -275,7 +275,7 @@ static int fbc_set_active(struct console_device *cdev, unsigned flags)
const struct font_desc *font;
- font = find_font("VGA8x16");
+ font = find_font("MINI4x6");
if (!font) {
return -ENOENT;
}
--
2.1.4
More information about the barebox
mailing list