]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools: mkimage: Fixed build warnings
authorPrafulla Wadaskar <prafulla@marvell.com>
Sat, 15 Aug 2009 23:58:19 +0000 (05:28 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:19 +0000 (09:04 -0500)
commit02e78e73981687498bc4e1b8151971c07d5a747f
tree4031160d9882e098a5c95826c5b37b1061902f3a
parent34e00592344328237042dd25efddfb96c26a38ec
tools: mkimage: Fixed build warnings

uninitialized retval variable warning fixed
crc32 APIs moved to crc.h (newly added) and build warnings fixed

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/common.h
include/u-boot/crc.h [new file with mode: 0644]
tools/mkimage.c