[U-Boot] [PATCH 11/11] ARM: mxs: Enable 4x6 font for Fuze+

Marek Vasut marex at denx.de
Tue Jul 30 23:38:01 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/sansa_fuze_plus.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/sansa_fuze_plus.h b/include/configs/sansa_fuze_plus.h
index 05d282d..d950034 100644
--- a/include/configs/sansa_fuze_plus.h
+++ b/include/configs/sansa_fuze_plus.h
@@ -59,6 +59,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