2/3] rimage: add return for non-void function.
Signed-off-by: Luo Xionghu <xionghu.luo@intel.com>
This commit is contained in:
parent
b8ba5f65f2
commit
8c9ebfe9c4
|
@ -137,4 +137,5 @@ int ri_manifest_sign(struct image *image)
|
|||
MAN_RSA_SIGNATURE_LEN),
|
||||
(void *)man + MAN_SIG_PKG_OFFSET,
|
||||
(man->css.size - man->css.header_len) * sizeof(uint32_t));
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue