Re: [PATCH] cmd: sysboot: dont overwrite bootfile env

2021-10-14 Thread Simon Glass
Hi Art, On Wed, 13 Oct 2021 at 22:34, Art Nikpal wrote: > > > Please also see this refactor which conflicts with this patch: > > > > http://patchwork.ozlabs.org/project/uboot/list/?series=264265 > > > > I think that series should be reviewed/applied first since it was sent > in August. > > yes !

Re: [PATCH] cmd: sysboot: dont overwrite bootfile env

2021-10-13 Thread Art Nikpal
> Please also see this refactor which conflicts with this patch: > > http://patchwork.ozlabs.org/project/uboot/list/?series=264265 > > I think that series should be reviewed/applied first since it was sent in August. yes ! i think need update your series because cant apply it for current uboot st

Re: [PATCH] cmd: sysboot: dont overwrite bootfile env

2021-10-13 Thread Simon Glass
Hi, On Tue, 12 Oct 2021 at 21:39, Artem Lapkin wrote: > > Problem > > PXE cannot boot normally after Sysboot changed the bootfile env (called > from boot_extlinux) from the default "boot.scr.uimg" to > "/boot/extlinux/extlinux.conf". > > In addition, an unbootable extlinux configuration will also

[PATCH] cmd: sysboot: dont overwrite bootfile env

2021-10-12 Thread Artem Lapkin
Problem PXE cannot boot normally after Sysboot changed the bootfile env (called from boot_extlinux) from the default "boot.scr.uimg" to "/boot/extlinux/extlinux.conf". In addition, an unbootable extlinux configuration will also make the PXE boot unbootable, because it will use the incorrect path