summaryrefslogtreecommitdiffstats
path: root/lib_ppc
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 /lib_ppc
parentf50433d670ec2ee9e96abac67cdc6e5e061a810d (diff)
downloadblackbird-obmc-uboot-2242f5369822bc7780db95c47985bb408ea9157b.tar.gz
blackbird-obmc-uboot-2242f5369822bc7780db95c47985bb408ea9157b.zip
[new uImage] Rename and move print_image_hdr() routine
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
Diffstat (limited to 'lib_ppc')
-rw-r--r--lib_ppc/bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c
index 04a9665a9a..d2ee3dc5cc 100644
--- a/lib_ppc/bootm.c
+++ b/lib_ppc/bootm.c
@@ -254,7 +254,7 @@ static ulong get_fdt (ulong alloc_current,
printf ("## Flattened Device Tree Image at %08lx\n",
fdt_hdr);
- print_image_hdr (fdt_hdr);
+ image_print_contents (fdt_hdr);
image_start = (ulong)fdt_hdr;
image_end = image_get_image_end (fdt_hdr);
OpenPOWER on IntegriCloud