]> 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)
committerWolfgang Denk <wd@denx.de>
Thu, 10 Sep 2009 20:58:47 +0000 (22:58 +0200)
commit449609f5b11cce6beba7338bc4ce0f3345376a0b
treefbd7ebc0d4fda407692ed35ada300ce89fe9a3c3
parent14821d7dea8d7209f2457c3179fa6551c088ba71
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