commit | 2d2531be861cb7ec25aa7980b1099ca4f5f46d86 | [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 | ba39608147c797cffb266579b5791649f0f8e60c [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>