commit | 2242f5369822bc7780db95c47985bb408ea9157b | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Thu Feb 21 17:27:41 2008 +0100 |
committer | Marian Balakowicz <m8@semihalf.com> | Thu Feb 21 17:27:41 2008 +0100 |
tree | 2ebd217b68903566a4e731720389eebfd38be518 | |
parent | f50433d670ec2ee9e96abac67cdc6e5e061a810d [diff] [blame] |
[new uImage] Rename and move print_image_hdr() routine Signed-off-by: Marian Balakowicz <m8@semihalf.com>
diff --git a/common/cmd_usb.c b/common/cmd_usb.c index db2e754..2d7a85a 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c
@@ -398,7 +398,7 @@ return 1; } - print_image_hdr (hdr); + image_print_contents (hdr); cnt = image_get_image_size (hdr); cnt += info.blksz - 1;