Skip to content
Snippets Groups Projects
Commit e5a9a407 authored by Rob Herring's avatar Rob Herring Committed by Tom Rini
Browse files

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: default avatarIan Campbell <Ian.Campbell@citrix.com>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent 5b6da283
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment