From: Minkyu Kang Date: Fri, 12 Nov 2010 08:02:15 +0000 (+0900) Subject: s5pc210: universal: move setting lcdinfo X-Git-Tag: v0.2~277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cf59a57dce304d64f0e1d9f3a9cf612abcb03ac;p=kernel%2Fu-boot.git s5pc210: universal: move setting lcdinfo Signed-off-by: Minkyu Kang --- diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 77c5110..a2bb4dc 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -1118,6 +1118,8 @@ void init_panel_info(vidinfo_t *vid) /* for LD8040. */ vid->pclk_name = MPLL; vid->sclk_div = 1; + + setenv("lcdinfo", "lcd=ld9040"); } #endif @@ -1246,9 +1248,6 @@ int misc_init_r(void) show_dump_msg(); #endif -#ifdef CONFIG_LCD - setenv("lcdinfo", "lcd=ld9040"); -#endif check_auto_burn(); check_hw_revision();