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 /include/common.h | |
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 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h index cd8aad0..3f05b5e 100644 --- a/include/common.h +++ b/include/common.h @@ -224,9 +224,6 @@ void flash_perror (int); /* common/cmd_autoscript.c */ int autoscript (ulong addr); -/* common/cmd_bootm.c */ -void print_image_hdr (image_header_t *hdr); - extern ulong load_addr; /* Default Load Address */ /* common/cmd_nvedit.c */ |