Re: [U-Boot] [PATCH v2] pxe: try bootz if bootm fails to find a valid image

2013-07-08 Thread Joe Hershberger
On Mon, Dec 3, 2012 at 1:17 PM, Rob Herring wrote: > From: Rob Herring > > Standard pxelinux servers will typically use a zImage rather than u-boot > image format, so fallback to bootz if bootm fails. > > Signed-off-by: Rob Herring Applied, Thanks. -Joe _

[U-Boot] [PATCH v2] pxe: try bootz if bootm fails to find a valid image

2012-12-03 Thread Rob Herring
From: Rob Herring Standard pxelinux servers will typically use a zImage rather than u-boot image format, so fallback to bootz if bootm fails. Signed-off-by: Rob Herring --- v2: - Only fall back to bootz when bootm fails instead of being either or option. common/cmd_pxe.c | 11 ++-