
4 Dec
2022
4 Dec
'22
10:17 p.m.
On Thu, 24 Nov 2022 at 00:55, Marc Kleine-Budde mkl@pengutronix.de wrote:
In case there's no struct image_type_params::set_header callback, no "errno" will be set. Don't fail with an error message, followed by "Success". Remove the printing of the human readable "errno" value.
Signed-off-by: Marc Kleine-Budde mkl@pengutronix.de
tools/mkimage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org