mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
tools/image-host: fix sign-images bug
property "sign-images" is never found, fix this. Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2c072c958b
commit
66b36f833a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue