]> git.sur5r.net Git - u-boot/blobdiff - common/log.c
libfdt: migrate include/libfdt_env.h to a wrapper
[u-boot] / common / log.c
index 8f36c79c268a24aa1bb0488162b94d0f756d8c8f..45e46dd5209118fcffd0333c3a91bdbeb78bee6a 100644 (file)
@@ -238,6 +238,7 @@ int log_init(void)
                              (struct list_head *)&gd->log_head);
                drv++;
        }
+       gd->flags |= GD_FLG_LOG_READY;
        gd->default_log_level = LOGL_INFO;
 
        return 0;