[U-Boot] [PATCH 1/4] bootm: Remove extra OK message

Simon Glass sjg at chromium.org
Thu Jul 11 08:08:08 CEST 2013


This is not needed as we already print 'OK' later in all cases.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
 common/cmd_bootm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index a783cea..7a7c760 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:
-- 
1.8.3



More information about the U-Boot mailing list