[U-Boot] [PATCH 10/11] ARM: mxs: Enable 4x6 font for X-Fi3

Marek Vasut marex at denx.de
Tue Jul 30 23:38:00 CEST 2013


This device has a very small screen and thus can benefit from using
smaller font. Enable it.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Fabio Estevam <fabio.estevam at freescale.com>
Cc: Otavio Salvador <otavio at ossystems.com.br>
Cc: Stefano Babic <sbabic at denx.de>
---
 include/configs/xfi3.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/xfi3.h b/include/configs/xfi3.h
index 10facd9..18467f6 100644
--- a/include/configs/xfi3.h
+++ b/include/configs/xfi3.h
@@ -58,6 +58,7 @@
 
 /* LCD */
 #ifdef CONFIG_VIDEO
+#define CONFIG_VIDEO_FONT_4X6
 #define CONFIG_VIDEO_MXS_MODE_SYSTEM
 #define CONFIG_SYS_BLACK_IN_WRITE
 #define LCD_BPP	LCD_COLOR16
-- 
1.7.10.4



More information about the U-Boot mailing list