Re: [PATCH 1/2] tools/fitimage: remove redundant format check

2022-01-24 Thread Tom Rini
On Mon, Jan 10, 2022 at 06:48:31PM +0100, Stefan Eichenberger wrote: > 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

Re: [PATCH 1/2] tools/fitimage: remove redundant format check

2022-01-21 Thread Simon Glass
On Mon, 10 Jan 2022 at 10:48, Stefan Eichenberger wrote: > > 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 Eichenberg

[PATCH 1/2] tools/fitimage: remove redundant format check

2022-01-10 Thread Stefan Eichenberger
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 --- tools/fit_image.c | 5 - 1 file changed, 5 deletions(-) d