diff options
Diffstat (limited to 'common/cmd_doc.c')
| -rw-r--r-- | common/cmd_doc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_doc.c b/common/cmd_doc.c index 3358b0462..293b1aa67 100644 --- a/common/cmd_doc.c +++ b/common/cmd_doc.c @@ -261,7 +261,7 @@ int do_docboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	}  	show_boot_progress (38); -	switch (gen_image_get_format ((void *)addr)) { +	switch (genimg_get_format ((void *)addr)) {  	case IMAGE_FORMAT_LEGACY:  		hdr = (image_header_t *)addr; |