diff options
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 306c8f395..72d8837cd 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: |