Re: [PATCH u-boot-marvell v3 14/39] tools: kwboot: Print new line after SPL output

2021-09-30 Thread Stefan Roese
On 24.09.21 23:06, Marek Behún wrote: From: Marek Behún 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 Reviewed-by: Stefan Roese

[PATCH u-boot-marvell v3 14/39] tools: kwboot: Print new line after SPL output

2021-09-24 Thread Marek Behún
From: Marek Behún 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 --- tools/kwboot.c | 11 +-- 1 file changed, 9 insertions(+)