]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9b92f93e978d9db05b28b57940f46e11c2946b3e
tree91615e26ac20c7bbb3f03518c1a0cf4fa1f33150
parent7efd6c1d5776b6d421ca69c61ef47d482bc00933
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