commit | 3b5067794e567e2f6f98a7eef6fcc680ad337dca | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Wed Aug 19 11:42:56 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Sep 10 22:58:48 2009 +0200 |
tree | fd336943fac56319b371b3523895b97f4d62ee58 | |
parent | fabf3cfd61b347077a35a628bc93920e4f689e58 [diff] |
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>