This is not needed as we already print 'OK' later in all cases. Signed-off-by: Simon Glass <s...@chromium.org> --- common/cmd_bootm.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index a783cea..7a7c760 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -396,7 +396,6 @@ static int bootm_load_os(bootm_headers_t *images, unsigned long *load_end, memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); } *load_end = load + image_len; - puts("OK\n"); break; #ifdef CONFIG_GZIP case IH_COMP_GZIP: -- 1.8.3 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot