]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_bootm.c
bootm: Remove extra OK message
[karo-tx-uboot.git] / 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: