Skip to content
Snippets Groups Projects
Commit 66b36f83 authored by Heiko Schocher's avatar Heiko Schocher Committed by Tom Rini
Browse files

tools/image-host: fix sign-images bug


property "sign-images" is never found, fix this.

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 2c072c95
No related branches found
No related tags found
No related merge requests found
...@@ -403,7 +403,7 @@ static int fit_config_get_hash_list(void *fit, int conf_noffset, ...@@ -403,7 +403,7 @@ static int fit_config_get_hash_list(void *fit, int conf_noffset,
goto err_mem; goto err_mem;
/* Get a list of images that we intend to sign */ /* Get a list of images that we intend to sign */
prop = fit_config_get_image_list(fit, conf_noffset, &len, prop = fit_config_get_image_list(fit, sig_offset, &len,
&allow_missing); &allow_missing);
if (!prop) if (!prop)
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment