
Dear Prafulla Wadaskar,
In message 1250380700-15636-1-git-send-email-prafulla@marvell.com you wrote:
uninitialized retval variable warning fixed crc32 APIs moved to crc.h (newly added) and build warnings fixed some indentation tabs fixed
Signed-off-by: Prafulla Wadaskar prafulla@marvell.com
Change log: v2: updated as per review feedback for v1
include/common.h | 4 +--- include/u-boot/crc.h | 33 +++++++++++++++++++++++++++++++++ tools/mkimage.c | 20 +++++++++++--------- 3 files changed, 45 insertions(+), 12 deletions(-) create mode 100644 include/u-boot/crc.h
Applied to "mkimage" branch.
I decided to omit the tab cleanup, and used "uchar" instead of "unsigned char" so no reformatting due to growing line length was needed. This way the changes are (IMHO) better visible.
Hope this is OK with you.
Best regards,
Wolfgang Denk