summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorPrafulla Wadaskar <prafulla@marvell.com>2009-09-07 14:59:07 +0530
committerWolfgang Denk <wd@denx.de>2009-09-10 22:58:48 +0200
commitf666dea8ab215c76c3c2a077ad299f90dd1ace7c (patch)
treed92d2d305027f64df503e4c23b618c2a1434a84c /include/image.h
parent37b801888cf73b18f78c1109140ff44e3e37914f (diff)
downloadblackbird-obmc-uboot-f666dea8ab215c76c3c2a077ad299f90dd1ace7c.tar.gz
blackbird-obmc-uboot-f666dea8ab215c76c3c2a077ad299f90dd1ace7c.zip
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 a62669fc63..4a7bf7820a 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 */
OpenPOWER on IntegriCloud