summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorPrafulla Wadaskar <prafulla@marvell.com>2009-09-07 09:29:07 (GMT)
committerWolfgang Denk <wd@denx.de>2009-09-10 20:58:48 (GMT)
commitf666dea8ab215c76c3c2a077ad299f90dd1ace7c (patch)
treed92d2d305027f64df503e4c23b618c2a1434a84c /include/image.h
parent37b801888cf73b18f78c1109140ff44e3e37914f (diff)
downloadu-boot-f666dea8ab215c76c3c2a077ad299f90dd1ace7c.tar.xz
mkimage: Make genimg_print_size() global
Currently it is used by image.c only, but the the function can be used to support additional mkimage types like for example kwbimage, so make this function globally visible. Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> Edited commit message. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index a62669f..4a7bf78 100644
--- a/include/image.h
+++ b/include/image.h
@@ -292,6 +292,7 @@ int genimg_get_os_id (const char *name);
int genimg_get_arch_id (const char *name);
int genimg_get_type_id (const char *name);
int genimg_get_comp_id (const char *name);
+void genimg_print_size (uint32_t size);
#ifndef USE_HOSTCC
/* Image format types, returned by _get_format() routine */