]> git.sur5r.net Git - u-boot/commit
tools/mkimage: fix compiler warnings, use "const"
authorWolfgang Denk <wd@denx.de>
Wed, 19 Aug 2009 09:42:56 +0000 (11:42 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:20 +0000 (09:04 -0500)
commitc928d1dc89abb1c2bea1b0ae4ccf0cee43cf11b3
tree9def5e6f2333ac67b25a4a710f531cc13e494048
parentc7138920b85ac05c7601105dd9961142995191cf
tools/mkimage: fix compiler warnings, use "const"

This fixes some compiler warnings:
tools/default_image.c:141: warning: initialization from incompatible pointer type
tools/fit_image.c:202: warning: initialization from incompatible pointer type
and changes to code to use "const" attributes in a few places where
it's appropriate.

Signed-off-by: Wolfgang Denk <wd@denx.de>
common/image.c
include/image.h
tools/mkimage.h