[U-Boot] [PATCH 09/10] trats2: add LCD download menu support

Przemyslaw Marczak p.marczak at samsung.com
Tue Dec 3 19:03:25 CET 2013


Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
Cc: Piotr Wilczek <p.wilczek at samsung.com>
---
 include/configs/trats2.h |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index f845437..8a181fc 100644
--- a/include/configs/trats2.h
+++ b/include/configs/trats2.h
@@ -19,6 +19,8 @@
 #define CONFIG_S5P		/* which is in a S5P Family */
 #define CONFIG_EXYNOS4		/* which is in a EXYNOS4XXX */
 #define CONFIG_TIZEN		/* TIZEN lib */
+#define CONFIG_TRATS2
+#define CONFIG_BOARD_NAME	"TRATS2"
 
 #include <asm/arch/cpu.h>		/* get chip and board defs */
 
@@ -319,6 +321,15 @@
 /* Common misc for Samsung */
 #define CONFIG_MISC_INIT_R	1
 
+/* Download menu - Samsung common */
+#define CONFIG_LCD_MENU			1
+#define CONFIG_LCD_MENU_BOARD		1
+
+/* LCD console */
+#define LCD_BPP                 LCD_COLOR16
+#undef  LCD_TEST_PATTERN
+#define CONFIG_SYS_WHITE_ON_BLACK       1
+
 /* LCD */
 #define CONFIG_EXYNOS_FB
 #define CONFIG_LCD
-- 
1.7.9.5



More information about the U-Boot mailing list