Re: [U-Boot] [PATCH] cmd: pxe: Increase maximum path length

2019-12-05 Thread Joe Hershberger
On Tue, Dec 3, 2019 at 6:35 AM Ben Wolsieffer wrote: > > On NixOS, cross compiled kernels have long suffixes that cause them to > exceed the current maximum path length. The PXE/TFTP max path length is > used for extlinux.conf support as well, which is where this problem > usually manifest's itsel

[U-Boot] [PATCH] cmd: pxe: Increase maximum path length

2019-12-03 Thread Ben Wolsieffer
On NixOS, cross compiled kernels have long suffixes that cause them to exceed the current maximum path length. The PXE/TFTP max path length is used for extlinux.conf support as well, which is where this problem usually manifest's itself. Signed-off-by: Ben Wolsieffer --- cmd/pxe.c | 2 +- 1 fi

[U-Boot] [PATCH] cmd: pxe: Increase maximum path length

2019-11-28 Thread Ben Wolsieffer
On NixOS, cross compiled kernels have long suffixes that cause them to exceed the current maximum path length. The PXE/TFTP max path length is used for extlinux.conf support as well, which is where this problem usually manifest's itself. Signed-off-by: Ben Wolsieffer --- cmd/pxe.c | 2 +- 1 file