tools: kwboot: Print new line after SPL output
authorMarek Behún <marek.behun@nic.cz>
Fri, 24 Sep 2021 21:06:51 +0000 (23:06 +0200)
committerStefan Roese <sr@denx.de>
Fri, 1 Oct 2021 09:07:13 +0000 (11:07 +0200)
commit2e81b3ab0eb46c8214d11d49cb65d9a5f13ee268
treecb106f88d14b93d933be884736b104d5dc2e2637
parent48b3ea66cae97a06c35f117be8613c597aa2fca8
tools: kwboot: Print new line after SPL output

There is no separation between output from the code from binary header
(U-Boot SPL in most cases) and subsequent kwboot output.

Print '\n' to make distinguishing these two easier.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
tools/kwboot.c