diff options
author | Marian Balakowicz <m8@semihalf.com> | 2008-02-21 17:27:41 +0100 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2008-02-21 17:27:41 +0100 |
commit | 2242f5369822bc7780db95c47985bb408ea9157b (patch) | |
tree | 2ebd217b68903566a4e731720389eebfd38be518 /common/cmd_ide.c | |
parent | f50433d670ec2ee9e96abac67cdc6e5e061a810d (diff) | |
download | u-boot-imx-2242f5369822bc7780db95c47985bb408ea9157b.zip u-boot-imx-2242f5369822bc7780db95c47985bb408ea9157b.tar.gz u-boot-imx-2242f5369822bc7780db95c47985bb408ea9157b.tar.bz2 |
[new uImage] Rename and move print_image_hdr() routine
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
Diffstat (limited to 'common/cmd_ide.c')
-rw-r--r-- | common/cmd_ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c index bcd1325..a396643 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -462,7 +462,7 @@ int do_diskboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) } show_boot_progress (50); - print_image_hdr (hdr); + image_print_contents (hdr); cnt = image_get_image_size (hdr); cnt += info.blksz - 1; |