]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imagetool: move common code to imagetool module
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Thu, 15 Jan 2015 04:48:05 +0000 (02:48 -0200)
committerTom Rini <trini@ti.com>
Thu, 29 Jan 2015 18:38:41 +0000 (13:38 -0500)
commit0ca6691c2ec20ff264d882854c339795579991f5
tree87dfba3b64f749fc0a0e3215b4ee7513ed3e42a2
parent44f145fd81f73a5c5adc490b0da91b80a4c7790a
imagetool: move common code to imagetool module

The get_type() and verify_print_header() functions have the
same code on both dumpimage.c and mkimage.c modules.

Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
tools/dumpimage.c
tools/imagetool.c
tools/imagetool.h
tools/mkimage.c