spl: add newline in debug output
authorAnatolij Gustschin <agust@denx.de>
Tue, 1 Aug 2017 14:17:12 +0000 (16:17 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 13 Sep 2017 12:27:01 +0000 (08:27 -0400)
commit2d2531be861cb7ec25aa7980b1099ca4f5f46d86
tree91615e26ac20c7bbb3f03518c1a0cf4fa1f33150
parentba39608147c797cffb266579b5791649f0f8e60c
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>
common/spl/spl.c