summaryrefslogtreecommitdiff
path: root/include
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 /include
parentf50433d670ec2ee9e96abac67cdc6e5e061a810d (diff)
[new uImage] Rename and move print_image_hdr() routine
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
Diffstat (limited to 'include')
-rw-r--r--include/common.h3
-rw-r--r--include/image.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index cd8aad090..3f05b5e46 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 */
diff --git a/include/image.h b/include/image.h
index 49236124c..502d35a3e 100644
--- a/include/image.h
+++ b/include/image.h
@@ -342,6 +342,7 @@ const char* image_get_os_name (uint8_t os);
const char* image_get_arch_name (uint8_t arch);
const char* image_get_type_name (uint8_t type);
const char* image_get_comp_name (uint8_t comp);
+void image_print_contents (image_header_t *hdr);
#define IMAGE_FORMAT_INVALID 0x00
#define IMAGE_FORMAT_LEGACY 0x01