]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pxe: always display a menu when present
authorRob Herring <rob.herring@calxeda.com>
Mon, 3 Dec 2012 03:00:25 +0000 (21:00 -0600)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 25 Jun 2013 00:07:34 +0000 (19:07 -0500)
commite82eeb57091ea5ed9a25ece50e911cb8e3dd623d
treeedb5e88f7629e87e86503636780ba935d99770c4
parente6b6ccf203922059a07c6dde1d3198d8abf0ab27
pxe: always display a menu when present

The prompt flag is for displaying a "boot:" prompt in pxelinux. This
doesn't make sense for u-boot as we don't support the pxelinux command
interface. So we should just ignore prompt statements and always show the
menu if a menu is present.

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