fit_check_sign: Allow selecting the configuration to verify
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 17:44:03 +0000 (11:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Apr 2020 13:45:09 +0000 (07:45 -0600)
commitc3aa81e35cc53fcd825e89510cd648288e0b6b92
tree8181f82b6c7a2cb3a35809f1bb7d1caa1da3c649
parent8a9d03732e6d0f68107c80919096e7cf956dcb3d
fit_check_sign: Allow selecting the configuration to verify

This tool always verifies the default configuration. It is useful to be
able to verify a specific one. Add a command-line flag for this and plumb
the logic through.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/fdt_host.h
tools/fit_check_sign.c
tools/image-host.c