summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPrafulla Wadaskar <[email protected]>2009-09-07 14:59:07 +0530
committerTom Rix <[email protected]>2009-10-03 09:04:20 -0500
commit6e86982925eab56c2e533f6e2752a7a35e5e93c6 (patch)
treeebeeb62870bc067b675824ce4e4155a1bdeca3a2 /include
parentdb588c7dcbdf05160be832dd690d2d0299071808 (diff)
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 <[email protected]> Edited commit message. Signed-off-by: Wolfgang Denk <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index a62669fc63c..4a7bf7820a8 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 */