From mboxrd@z Thu Jan 1 00:00:00 1970 From: Przemyslaw Marczak Date: Tue, 03 Dec 2013 19:03:26 +0100 Subject: [U-Boot] [PATCH 10/10] universal: add LCD download menu support In-Reply-To: <1386093806-2948-1-git-send-email-p.marczak@samsung.com> References: <1386093806-2948-1-git-send-email-p.marczak@samsung.com> Message-ID: <1386093806-2948-11-git-send-email-p.marczak@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Przemyslaw Marczak --- include/configs/s5pc210_universal.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index fb1cc6b..602c423 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -19,6 +19,7 @@ #define CONFIG_EXYNOS4210 1 /* which is in a EXYNOS4210 */ #define CONFIG_UNIVERSAL 1 /* working with Universal */ #define CONFIG_TIZEN 1 /* TIZEN lib */ +#define CONFIG_BOARD_NAME "UNIVERSAL C210" #include /* get chip and board defs */ @@ -272,6 +273,15 @@ int universal_spi_read(void); /* 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 Settings */ -- 1.7.9.5