From: daeinki Date: Fri, 30 Oct 2009 13:41:03 +0000 (+0900) Subject: s5pc110: fb: added lcd param and changed window layer 0 to 1. X-Git-Tag: CES1223_2~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=195c40782a41f1c2b47bd2529ab2351135630d6f;p=kernel%2Fu-boot.git s5pc110: fb: added lcd param and changed window layer 0 to 1. Signed-off-by: daeinki --- diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 95c35be..af178fd 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -963,6 +963,8 @@ int misc_init_r(void) { #ifdef CONFIG_LCD lcd_is_enabled = 0; + + setenv("lcd", "lcd=s6e63m0"); #endif check_hw_revision(); diff --git a/drivers/video/s5p-fimd.c b/drivers/video/s5p-fimd.c index fb01c18..9c5fb64 100644 --- a/drivers/video/s5p-fimd.c +++ b/drivers/video/s5p-fimd.c @@ -261,7 +261,7 @@ void s5pc_fimc_lcd_off(unsigned int win_id) void s5pc_fimd_lcd_init(vidinfo_t *vid) { - unsigned int cfg = 0, rgb_mode, win_id = 0; + unsigned int cfg = 0, rgb_mode, win_id = 1; /* store panel info to global variable */ pvid = vid;