net: ks8851: Remove type_frame_head
[oweals/u-boot.git] / common / common_fit.c
index 577b352554c009b4b9efdf8720aeebe980b2f71a..a9933081007b112e61bf807ad3802467f0a2f11b 100644 (file)
@@ -7,8 +7,8 @@
 #include <common.h>
 #include <errno.h>
 #include <image.h>
+#include <log.h>
 #include <linux/libfdt.h>
-#include <spl.h>
 
 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop)
 {
@@ -73,7 +73,7 @@ int fit_find_config_node(const void *fdt)
        }
 
        if (dflt_conf_node != -ENOENT) {
-               debug("Selecting default config '%s'", dflt_conf_desc);
+               debug("Selecting default config '%s'\n", dflt_conf_desc);
                return dflt_conf_node;
        }