]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dumpimage: add 'T' option to explicitly set the image type
authorGuilherme Maciel Ferreira <guilherme.maciel@datacom.ind.br>
Thu, 15 Jan 2015 04:54:40 +0000 (02:54 -0200)
committerTom Rini <trini@ti.com>
Thu, 29 Jan 2015 18:38:41 +0000 (13:38 -0500)
commitf41f5b7c055865bae32129d005fed073315d589a
tree3007a1ca725fca00197299b6a04ff8abab8d563a
parenta93648d197df48fa46dd55f925ff70468bd81c71
dumpimage: add 'T' option to explicitly set the image type

Some image types, like "KeyStone GP", do not have magic numbers to
distinguish them from other image types. Thus, the automatic image
type discovery does not work correctly.

This patch also fix some integer type mismatches.

Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
README
test/image/test-imagetools.sh
tools/dumpimage.c
tools/gpimage-common.c
tools/mkimage.c