Re: [U-Boot] [PATCH 5/7] pxe: support absolute paths

2012-06-21 Thread Wolfgang Denk
Dear Rob Herring, In message 1332949898-6502-6-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com If the file path starts with a '/', then don't pre-pend the bootfile path. This fixes a problem with running 'pxe boot' multiple times where the bootfile

[U-Boot] [PATCH 5/7] pxe: support absolute paths

2012-03-28 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com If the file path starts with a '/', then don't pre-pend the bootfile path. This fixes a problem with running 'pxe boot' multiple times where the bootfile path gets pre-pended to itself each time. Signed-off-by: Rob Herring rob.herr...@calxeda.com ---