]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit940902dc9f50b15886ced632992e64073bfc8327
treecb106f88d14b93d933be884736b104d5dc2e2637
parent6f50ceb1c64e61276f31555076e52cb1c52f151e
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