diff options
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 5e31400c9..34a74ce2c 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -263,7 +263,7 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	case IH_TYPE_KERNEL:  		name = "Kernel Image";  		break; -	case IH_TYPE_MULTI:	 +	case IH_TYPE_MULTI:  		name = "Multi-File Image";  		len  = ntohl(len_ptr[0]);  		/* OS kernel is always the first image */ |