From 56843791de4e04f3ef2d4e6310c11d81b7f324b2 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Fri, 13 Nov 2009 16:25:34 +0900 Subject: [PATCH] s5pc110: aquila: Display HW Rev again Signed-off-by: Kyungmin Park --- board/samsung/universal/universal.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 8f2ee8b..688a194 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -1067,12 +1067,14 @@ static void setup_power_down_mode_registers(void) int misc_init_r(void) { +#ifdef CONFIG_LCD + /* It should be located at first */ + lcd_is_enabled = 0; +#endif /* Check H/W Revision */ check_hw_revision(); #ifdef CONFIG_LCD - lcd_is_enabled = 0; - if (board_is_limo_real() || board_is_limo_universal()) setenv("lcd", "lcd=s6e63m0"); #endif -- 2.7.4