commit | dcb711fa30dd705cbf5b12c4e72a7a5f4509be14 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Tue Aug 01 16:17:12 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 13 08:27:01 2017 -0400 |
tree | 91615e26ac20c7bbb3f03518c1a0cf4fa1f33150 | |
parent | 42d25eb993466f0d5fb1b99869339633631c81a9 [diff] |
spl: add newline in debug output With debug enabled, SPL output following these debug prints is on the same line and it is hard to read. Fix it. Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>