recovery: update is modified to support various image
[kernel/u-boot.git] / recovery / serial.c
index c25bf28..c7b029b 100644 (file)
@@ -6,7 +6,7 @@
 #include <common.h>
 #include <serial.h>
 
-static struct serial_device *serial_current = NULL;
+static struct serial_device *serial_current = &s5pc1xx_serial2_device;
 
 struct serial_device *__default_serial_console(void)
 {