]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pxe: add support for ontimeout token
authorRob Herring <rob.herring@calxeda.com>
Mon, 3 Dec 2012 03:00:27 +0000 (21:00 -0600)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 25 Jun 2013 00:07:34 +0000 (19:07 -0500)
commit8577fec976c58a0bd1c2c767f9dba058043624f4
tree4a5d91d2c2c39aea23942d836e3c08445c91b64c
parent32d2ffe7316b39fbeb38525e9445601cb39276fd
pxe: add support for ontimeout token

ontimeout is similar to default, but is the selection on menu timeout.
This is how cobbler sets a default. The label default is supposed to be
the default selection when <enter> is pressed. If both default and
ontimeout are set, last one parsed wins.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
common/cmd_pxe.c