ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board
[oweals/u-boot.git] / common / common_fit.c
index 577b352554c009b4b9efdf8720aeebe980b2f71a..41305d8aa69315e2fd16f18158a01c43f7a08413 100644 (file)
@@ -8,7 +8,6 @@
 #include <errno.h>
 #include <image.h>
 #include <linux/libfdt.h>
-#include <spl.h>
 
 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop)
 {
@@ -73,7 +72,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;
        }