[U-Boot] [PATCH 2/3] video: Add a default TrueType font

Simon Glass sjg at chromium.org
Thu Dec 27 22:25:18 UTC 2018


At present it is possible to enable TrueType support but not include any
fonts. This results in a blank display. Select Nimbus as the default font
to avoid this.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 drivers/video/fonts/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/video/fonts/Kconfig b/drivers/video/fonts/Kconfig
index 3f1398db50c..c692fa9602f 100644
--- a/drivers/video/fonts/Kconfig
+++ b/drivers/video/fonts/Kconfig
@@ -7,6 +7,7 @@ menu "TrueType Fonts"
 config CONSOLE_TRUETYPE_NIMBUS
 	bool "Nimbus Sans Regular"
 	depends on CONSOLE_TRUETYPE
+	default y
 	help
 	  Nimbus Sans L is a version of Nimbus Sans using Adobe font sources.
 	  It was designed in 1987. A subset of Nimbus Sans L were released
-- 
2.20.1.415.g653613c723-goog



More information about the U-Boot mailing list