]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
bootm: Remove extra OK message
authorSimon Glass <sjg@chromium.org>
Thu, 11 Jul 2013 06:08:08 +0000 (23:08 -0700)
committerTom Rini <trini@ti.com>
Fri, 12 Jul 2013 14:32:39 +0000 (10:32 -0400)
This is not needed as we already print 'OK' later in all cases.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_bootm.c

index 306c8f395ad897fb1a06b387fe95b6d0dd204873..72d8837cd55755bf8f0c2db54374c12c1100c5a4 100644 (file)
@@ -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: