Re: [PATCH v2 2/5] bootstd: android: add non-A/B image support
Mattijs Korpershoek <[email protected]>
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Guillaume, Thank you for the patch. On jeu., nov. 14, 2024 at 22:29, Guillaume La Roque <[email protected]> wrote: > Update android bootmeth to support non-A/B image. > Enable AB support only when ANDROID_AB is enabled. > > Signed-off-by: Guillaume La Roque <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > boot/Kconfig | 1 - > boot/bootmeth_android.c | 51 +++++++++++++++++++++++++++++++++------- > configs/am62x_a53_android.config | 1 + > configs/sandbox_defconfig | 1 + > 4 files changed, 44 insertions(+), 10 deletions(-) > [...]