commit | e22576d9571f3a44892ccb13bfba3399d44f9477 | [log] [tgz] |
---|---|---|
author | Jassi Brar <jaswinder.singh@linaro.org> | Wed May 31 00:30:06 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 09 13:52:40 2023 -0400 |
tree | 2afcd419d054ff71600f9ca1a4b265a69359da1b | |
parent | eeee432577fe50a58da25f5484e270c20148b8e0 [diff] |
fwu: provide default fwu_plat_get_bootidx Just like fwu_plat_get_update_index, provide a default/weak implementation of fwu_plat_get_bootidx. So that most platforms wouldn't have to re-implement the likely case. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>