Re: [U-Boot] [PATCH] pxe: fix handling of absolute paths

2013-10-22 Thread Ian Campbell
On Fri, 2013-10-18 at 13:04 -0500, Rob Herring wrote: > From: Rob Herring > > pxelinux and syslinux differ in their handling of absolute paths in menu > files. A pxelinux path is aways prepended with the bootfile path while > syslinux allows for absolute paths. u-boot was always treating a leadin

[U-Boot] [PATCH] pxe: fix handling of absolute paths

2013-10-18 Thread Rob Herring
From: Rob Herring pxelinux and syslinux differ in their handling of absolute paths in menu files. A pxelinux path is aways prepended with the bootfile path while syslinux allows for absolute paths. u-boot was always treating a leading / as an absolute path breaking some pxelinux setups. Fix this