s5pc110: fix board checking
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 21 Sep 2009 08:33:21 +0000 (17:33 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 21 Sep 2009 08:33:21 +0000 (17:33 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/universal/universal.c

index 1681d44..6ae4466 100644 (file)
@@ -581,7 +581,7 @@ int misc_init_r(void)
        if (!machine_is_aquila())
                check_keypad();
 
-       if (board_is_limo_universal() && board_is_limo_real()) {
+       if (board_is_limo_universal() || board_is_limo_real()) {
                /* check max17040 */
                check_battery();