common: fit: add missing newline
The debug statement doesn't end with a newline. Add it. Signed-off-by: Michael Walle <michael@walle.cc>
This commit is contained in:
parent
2692749316
commit
6a457bb295
@ -67,7 +67,7 @@ int fit_find_config_node(const void *fdt)
|
|||||||
if (board_fit_config_name_match(name))
|
if (board_fit_config_name_match(name))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
debug("Selecting config '%s'", name);
|
debug("Selecting config '%s'\n", name);
|
||||||
|
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user