summaryrefslogtreecommitdiffstats
path: root/common/cmd_fdc.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_fdc.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_fdc.c')
-rw-r--r--common/cmd_fdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_fdc.c b/common/cmd_fdc.c
index 3b8f80b64d..c97abfb58e 100644
--- a/common/cmd_fdc.c
+++ b/common/cmd_fdc.c
@@ -840,7 +840,7 @@ int do_fdcboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
printf ("Bad Magic Number\n");
return 1;
}
- print_image_hdr (hdr);
+ image_print_contents (hdr);
imsize= image_get_image_size (hdr);
nrofblk=imsize/512;
OpenPOWER on IntegriCloud