Skip to content
Snippets Groups Projects
Commit ec390291 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

bootm: Remove extra OK message


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 970150a1
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment