[PATCH] sandbox_spl: Restrict use of UPL when not enabled

Simon Glass sjg at chromium.org
Fri Oct 18 01:11:57 CEST 2024


Hi Heinrich,

On Wed, 25 Sept 2024 at 13:55, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> On 25.09.24 12:44, Simon Glass wrote:
> > With sandbox_spl we want to use the file-based boot in CI, so that this
> > flow is tested. The recent UPL change enabled booting via that method,
> > thus overriding the file-based boot.
> >
> > Correct this by using UPL only when the --upl flag is given.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > Fixes: 91fde8e1764 ("sandbox: Add an SPL loader for UPL")
> > ---
> >
> >   arch/sandbox/cpu/spl.c | 5 +++--
> >   1 file changed, 3 insertions(+), 2 deletions(-)
> >
Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list