summaryrefslogtreecommitdiffstats
path: root/common/cmd_ximg.c
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2008-02-21 17:27:41 +0100
committerMarian Balakowicz <m8@semihalf.com>2008-02-21 17:27:41 +0100
commit2242f5369822bc7780db95c47985bb408ea9157b (patch)
tree2ebd217b68903566a4e731720389eebfd38be518 /common/cmd_ximg.c
parentf50433d670ec2ee9e96abac67cdc6e5e061a810d (diff)
downloadtalos-obmc-uboot-2242f5369822bc7780db95c47985bb408ea9157b.tar.gz
talos-obmc-uboot-2242f5369822bc7780db95c47985bb408ea9157b.zip
[new uImage] Rename and move print_image_hdr() routine
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
Diffstat (limited to 'common/cmd_ximg.c')
-rw-r--r--common/cmd_ximg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_ximg.c b/common/cmd_ximg.c
index ab579cd2c8..7d83dc35bc 100644
--- a/common/cmd_ximg.c
+++ b/common/cmd_ximg.c
@@ -70,7 +70,7 @@ do_imgextract(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
return 1;
}
#ifdef DEBUG
- print_image_hdr (hdr);
+ image_print_contents (hdr);
#endif
if (!image_check_type (hdr, IH_TYPE_MULTI)) {
OpenPOWER on IntegriCloud