projects
/
kernel
/
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
306c8f3
..
72d8837
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: