]> git.dujemihanovic.xyz Git - u-boot.git/commit
mkimage: Add a few more messages for FIT failures
authorSimon Glass <sjg@chromium.org>
Wed, 21 Dec 2022 23:08:23 +0000 (16:08 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 18:49:13 +0000 (11:49 -0700)
commit90cfae2ade358018bd46f84dba435eabccd4f8f6
treef05f9dde264ab7c8b5a2bae17586bc7d1382e357
parentbebc1410ca79f5b8b33ca86b18bd55fd45d13185
mkimage: Add a few more messages for FIT failures

Add messages to make it clearer which part of the FIT creation is failing.
This can happen when an invalid 'algo' property is provided in the .its
file.

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