On Sat, 13 Dec 2025 at 00:07, Kumar, Udit <[email protected]> wrote:
>
>
> On 12/12/2025 11:43 PM, Quentin Schulz wrote:
> > From: Quentin Schulz <[email protected]>
> >
> > The prompt wrongly specifies this applies to SPL while this symbol is
> > for VPL, let's fix this oversight.
> >
> > Fixes: 8dfbd798122b ("boot: Allow use of FIT in TPL and VPL")
> > Signed-off-by: Quentin Schulz <[email protected]>
> > ---
> >   boot/Kconfig | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/boot/Kconfig b/boot/Kconfig
> > index 3e882d3f4f9..dc6988aca71 100644
> > --- a/boot/Kconfig
> > +++ b/boot/Kconfig
> > @@ -361,7 +361,7 @@ config VPL_LOAD_FIT
> >       default y
> >
> >   config VPL_LOAD_FIT_FULL
> > -     bool "Enable SPL loading U-Boot as a FIT (full fitImage features)"
> > +     bool "Enable VPL loading U-Boot as a FIT (full fitImage features)"
>
>
> Thanks for catching it
>
> Acked-by: Udit Kumar <[email protected]>
>
>
> >       select VPL_FIT
> >       help
> >         Normally with the SPL framework a legacy image is generated as part
> >

Reviewed-by: Simon Glass <[email protected]>

Reply via email to