Re: [U-Boot] [RFC PATCH 06/44] image: Export fit_check_ramdisk()

2013-01-05 Thread Marek Vasut
Dear Simon Glass, One we split out the FIT code from image.c we will need this function. Export it in the header. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Marek Vasut ma...@denx.de Best regards, Marek Vasut ___ U-Boot mailing

[U-Boot] [RFC PATCH 06/44] image: Export fit_check_ramdisk()

2013-01-04 Thread Simon Glass
One we split out the FIT code from image.c we will need this function. Export it in the header. Signed-off-by: Simon Glass s...@chromium.org --- common/image.c |9 ++--- include/image.h |3 +++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/common/image.c