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 /lib_ppc/bootm.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 'lib_ppc/bootm.c')
-rw-r--r-- | lib_ppc/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c index 04a9665..d2ee3dc 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); |