Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / common / common_fit.c
index 41305d8..219674d 100644 (file)
@@ -7,6 +7,7 @@
 #include <common.h>
 #include <errno.h>
 #include <image.h>
+#include <log.h>
 #include <linux/libfdt.h>
 
 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop)
@@ -66,7 +67,7 @@ int fit_find_config_node(const void *fdt)
                if (board_fit_config_name_match(name))
                        continue;
 
-               debug("Selecting config '%s'", name);
+               debug("Selecting config '%s'\n", name);
 
                return node;
        }