Hi Heinrich,
On Wed, 25 Sept 2024 at 13:55, Heinrich Schuchardt <[email protected]> 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 <[email protected]> > > 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!

