Re: [U-Boot] [PATCH 2/5][repost] tools: mkimage: Making genimg_print_size API global

2009-09-10 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 1252315750-17914-2-git-send-email-prafu...@marvell.com you wrote: Currently it is used by image.c only This API can be used by additional mkimage types supports for ex. kwbimage, to use it the API is made global Signed-off-by: Prafulla Wadaskar

[U-Boot] [PATCH 2/5][repost] tools: mkimage: Making genimg_print_size API global

2009-09-06 Thread Prafulla Wadaskar
Currently it is used by image.c only This API can be used by additional mkimage types supports for ex. kwbimage, to use it the API is made global Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- common/image.c |3 +-- include/image.h |1 + 2 files changed, 2 insertions(+), 2