diff options
author | Masahisa Kojima <masahisa.kojima@linaro.org> | 2024-01-11 14:35:39 +0900 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-01-13 18:17:47 +0100 |
commit | af7a34acfd88815ead1882eb8b05ef088d7ca738 (patch) | |
tree | 0e0ae3f7c9c4d0afc57804d0601a2b1e8f22baea /cmd/bootdev.c | |
parent | f19171c919e03c2590dce2f5026de2bf43203f7c (diff) |
fwu: fix fwu_get_image_index interface
The capsule update uses the DFU framework for updating
storage. fwu_get_image_index() currently returns the
image_index calculated by (dfu_alt_num + 1), but this is
different from the image_index in UEFI terminology.
Since capsule update implementation calls dfu_write_by_alt
function, it is better that FWU returns the dfu_alt_num.
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'cmd/bootdev.c')
0 files changed, 0 insertions, 0 deletions