]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
FIT: delete unnecessary casts
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 19 Sep 2013 03:10:18 +0000 (12:10 +0900)
committerTom Rini <trini@ti.com>
Fri, 20 Sep 2013 14:30:54 +0000 (10:30 -0400)
commit2f0877c7f4fa53ba4aedf2333908057a3f6ac413
treea3c3d5ac50080113ca7c3e95ad7df195b1ca1098
parent50c2a91b67c2ce37cb47de2bd30dfc721769aaae
FIT: delete unnecessary casts

Becuase fdt_check_header function takes (const void *)
type argument, the argument should be passed to it
without being casted to (char *).

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
common/image-fdt.c
common/image-fit.c
common/image.c
tools/fit_image.c