summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-07-10 23:08:08 -0700
committerTom Rini <trini@ti.com>2013-07-12 10:32:39 -0400
commitec3902919307f1e1defbefa177a9298f0ddb7e53 (patch)
tree11b59f5269cfcd2f7f98808ff4df2f0196851600 /common
parent970150a167c7b12973c53e64ea1973d8bd581f2e (diff)
downloadtalos-obmc-uboot-ec3902919307f1e1defbefa177a9298f0ddb7e53.tar.gz
talos-obmc-uboot-ec3902919307f1e1defbefa177a9298f0ddb7e53.zip
bootm: Remove extra OK message
This is not needed as we already print 'OK' later in all cases. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 306c8f395a..72d8837cd5 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:
OpenPOWER on IntegriCloud