From 5c694a2d97a333f01755c31ffe3377e94dcf8fc1 Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Tue, 2 Nov 2010 11:26:24 +0900 Subject: [PATCH] s5p: add lcd info for ld9040 --- board/samsung/universal_c210/universal.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 5abeb5a..af7cbbc 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -953,6 +953,10 @@ int misc_init_r(void) #ifdef CONFIG_CMD_RAMOOPS show_dump_msg(); #endif + +#ifdef CONFIG_LCD + setenv("lcdinfo", "lcd=ld9040"); +#endif check_auto_burn(); check_hw_revision(); -- 2.7.4