]> git.baikalelectronics.ru Git - uboot.git/commit
tools/fitimage: remove redundant format check
authorStefan Eichenberger <eichest@gmail.com>
Mon, 10 Jan 2022 17:48:31 +0000 (18:48 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 15:35:10 +0000 (10:35 -0500)
commit3ac608e04567075706f5ff169fe64f39f6acfe5d
tree97747f7ae28a373f9f9cdde2b785115d07458f11
parentb21f0e7b6d669786ef2505210df118b98d15662d
tools/fitimage: remove redundant format check

fit_extract_contents does a fit_check_format even thought it was already
checked during imagetool_verify_print_header.
Therefore, this check is not necessary. This commit removes the
redundancy.

Signed-off-by: Stefan Eichenberger <eichest@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/fit_image.c