On 2026-05-14T20:57:59, Ricardo Salveti <[email protected]> wrote: > board/qualcomm: use bootflow for default boot > > The Qualcomm default environment currently boots only with > 'bootefi bootmgr'. This bypasses the standard boot flow used to > discover extlinux and script boot entries, which are commonly used > for FIT-based Linux boots. > > Switch do_boot to 'bootflow scan -lb' so bootstd handles boot method > selection. This keeps EFI support available through the EFI boot > methods while also enabling extlinux/boot.scr based bootflows by > default. > > Signed-off-by: Ricardo Salveti <[email protected]> > > board/qualcomm/default.env | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

