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>
This commit is contained in:
Prafulla Wadaskar 2009-09-07 14:59:07 +05:30 committed by Wolfgang Denk
parent 37b801888c
commit f666dea8ab
2 changed files with 2 additions and 2 deletions

View file

@ -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 */