diff options
| author | Ming Liu <[email protected]> | 2021-05-31 09:04:51 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-14 16:57:35 -0400 |
| commit | 7c39799dec2cafbe631a35d2c17d080e73741db5 (patch) | |
| tree | 907923cedc5cb1fb26c136a93f8b21d84f672095 /scripts/Makefile.lib | |
| parent | 9c70237f19ab2c9084128b84c491c5e8d102008d (diff) | |
tools: image-host: fix wrong return value
The return value '-ENOSPC' of fit_set_timestamp function does not match
the caller fit_image_write_sig's expection which is '-FDT_ERR_NOSPACE'.
Fix it by not calling fit_set_timestamp, but call fdt_setprop instead.
This fixes a following mkimage error:
| Can't write signature for 'signature@1' signature node in
| '[email protected]' conf node: <unknown error>
| mkimage Can't add hashes to FIT blob: -1
Signed-off-by: Ming Liu <[email protected]>
Tested-by: Igor Opaniuk <[email protected]>
Diffstat (limited to 'scripts/Makefile.lib')
0 files changed, 0 insertions, 0 deletions
