]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pxe: simplify menu display and selection
authorRob Herring <rob.herring@calxeda.com>
Mon, 3 Dec 2012 03:00:26 +0000 (21:00 -0600)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 25 Jun 2013 00:07:34 +0000 (19:07 -0500)
commit32d2ffe7316b39fbeb38525e9445601cb39276fd
tree5532b2d30b176e76f8c32104dc1529d774dae3bd
parente82eeb57091ea5ed9a25ece50e911cb8e3dd623d
pxe: simplify menu display and selection

Menus with lots of entries and long append lines are hard to read.
Just show a numbered list using the label or name and make the choice
by entering the number.

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