mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00:00
dfu: newline after updating
Currently output of dfu commands ends on a line with leading hash signs ('#'). The succeeding output should be placed on a new line. After writing updates via dfu print a new line. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
34f2577e92
commit
f8d7e6e941
1 changed files with 1 additions and 0 deletions
|
@ -735,6 +735,7 @@ int dfu_write_from_mem_addr(struct dfu_entity *dfu, void *buf, int size)
|
||||||
ret = dfu_flush(dfu, NULL, 0, i);
|
ret = dfu_flush(dfu, NULL, 0, i);
|
||||||
if (ret)
|
if (ret)
|
||||||
pr_err("DFU flush failed!");
|
pr_err("DFU flush failed!");
|
||||||
|
puts("\n");
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue