Re: [U-Boot] [PATCH] distro_bootcmd: do not try to fetch unused bootfile for PXE

2015-12-03 Thread Stephen Warren
On 12/02/2015 04:15 PM, Stefan Brüns wrote: pxe get derives the pxelinux config file name from the bootfile name, but the bootfile itself is never used and might not even exist. Disable bootfile autoload to avoid the delay. I wasn't CC'd on this and only accidentally noticed it, since it just

[U-Boot] [PATCH] distro_bootcmd: do not try to fetch unused bootfile for PXE

2015-12-02 Thread Stefan Brüns
pxe get derives the pxelinux config file name from the bootfile name, but the bootfile itself is never used and might not even exist. Disable bootfile autoload to avoid the delay. Signed-off-by: Stefan Brüns --- include/config_distro_bootcmd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletio