diff options
Diffstat (limited to 'common/common_fit.c')
| -rw-r--r-- | common/common_fit.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/common/common_fit.c b/common/common_fit.c index 577b352554c..41305d8aa69 100644 --- a/common/common_fit.c +++ b/common/common_fit.c @@ -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;  	} | 
