]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pxe: try bootz if bootm fails to find a valid image
authorRob Herring <rob.herring@calxeda.com>
Mon, 3 Dec 2012 19:17:21 +0000 (13:17 -0600)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 25 Jun 2013 00:07:34 +0000 (19:07 -0500)
commite6b6ccf203922059a07c6dde1d3198d8abf0ab27
tree399a6bdad01600db056a19ff84d2f4121ea86ec1
parentda620222f89162af2b43f868f1d6184533166104
pxe: try bootz if bootm fails to find a valid image

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 <rob.herring@calxeda.com>
common/cmd_pxe.c