diff options
-rw-r--r-- | common/common_fit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common_fit.c b/common/common_fit.c index a993308..219674d 100644 --- a/common/common_fit.c +++ b/common/common_fit.c @@ -67,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; } |