commit | 759456ea41e81f2ccfc0b7729fff3c0fff8fe453 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Fri Oct 18 13:04:42 2013 -0500 |
committer | Tom Rini <trini@ti.com> | Mon Nov 04 11:24:22 2013 -0500 |
tree | 6ca5540adfae4503242ece100b3cd9eed65fb26f | |
parent | 4252e98bd460706d319db0d470f2b917411924b6 [diff] |
pxe: fix handling of absolute paths 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 by adding a flag to distinguish pxelinux vs. syslinux behavior. Reported-by: Ian Campbell <Ian.Campbell@citrix.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com>