]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / drivers / serial / serial.c
index 803d8506d90e295be0d18b3a298d12bbee4e7946..d2eb7520d03886748c7d0130a0851c51eca8d997 100644 (file)
@@ -418,6 +418,7 @@ static struct serial_device *get_current(void)
  */
 int serial_init(void)
 {
+       gd->flags |= GD_FLG_SERIAL_READY;
        return get_current()->start();
 }