Merge branch 'master' of prom@party:/pub/git/u-boot-s5pc1xx
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 24 Feb 2010 04:54:37 +0000 (13:54 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 24 Feb 2010 04:54:37 +0000 (13:54 +0900)
1  2 
board/samsung/universal/universal.c

@@@ -1371,16 -1387,18 +1387,15 @@@ static void into_charge_mode(void
  
        } while (wakeup_stat == 0x04); /* RTC TICK */
  
-       /* TODO: Reenable logo display */
+ restore_screen:
+       /* TODO: Reenable logo display (not working yet) */
        lcd_power_on(1);
-       reset_lcd();
-       run_command("cls", 0);
+       drv_lcd_init_resume();
  }
  
 -static void check_micro_usb(int intr)
 +static int fsa9480_probe(void)
  {
 -      unsigned char addr;
 -      unsigned char val[2];
 -      static int started_charging_once = 0;
 -      char *path;
 +      unsigned char addr = 0x25;
  
        if (cpu_is_s5pc100())
                return;