projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970150a
)
bootm: Remove extra OK message
author
Simon Glass
<sjg@chromium.org>
Thu, 11 Jul 2013 06:08:08 +0000
(23:08 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/common/cmd_bootm.c
b/common/cmd_bootm.c
index 306c8f395ad897fb1a06b387fe95b6d0dd204873..72d8837cd55755bf8f0c2db54374c12c1100c5a4 100644
(file)
--- 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: