ldlinux: Never exit from ldlinux.c32
authorMatt Fleming <matt.fleming@intel.com>
Wed, 21 Nov 2012 21:03:24 +0000 (21:03 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Mon, 26 Nov 2012 12:33:58 +0000 (12:33 +0000)
commit4e140a59517f79bf593bec0f5a80810aa877f3ed
tree994d2cc793626f372397fc945bdd79b0ccbe56c7
parent348ae6af01350a9a46f3076a2facd27918f0f603
ldlinux: Never exit from ldlinux.c32

If there's no DEFAULT directive in the config file and the user hits
the ENTER key enough times, or we timeout waiting for input,
ldlinux.c32 will exit. This should never be allowed to happen, and we
need to keep doing the ldlinux_auto_boot()/boot prompt dance.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/elflink/ldlinux/cli.c
com32/elflink/ldlinux/ldlinux.c
com32/include/cli.h