mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue