Re: [PATCH RFC v3 4/5] image: sparse: add phase-aware SPL support
Mattijs Korpershoek <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Carlo, Thank you for the patch. On Fri, Jul 31, 2026 at 10:29, Carlo Caione <[email protected]> wrote: > The Android sparse-image writer is selected and configured only through > U-Boot-proper symbols. An SPL storage service therefore cannot reuse > it without either pulling it into every SPL build or interpreting the > U-Boot-proper fill-buffer setting. > > Add opt-in SPL symbols, build the writer through the phase-aware object > rule and read the matching phase value with CONFIG_VAL(). Existing > U-Boot-proper builds continue to use IMAGE_SPARSE and retain the same > fill-buffer default. > > Signed-off-by: Julien Masson <[email protected]> > Signed-off-by: Vitor Sato Eschholz <[email protected]> > Signed-off-by: Carlo Caione <[email protected]> Sorry for the review delays. This looks good to me. Reviewed-by: Mattijs Korpershoek <[email protected]>