elflink: Jump to kaboom if we fail to load ldlinux.c32
authorMatt Fleming <matt.fleming@linux.intel.com>
Wed, 6 Apr 2011 12:31:16 +0000 (13:31 +0100)
committerMatt Fleming <matt.fleming@linux.intel.com>
Sat, 16 Apr 2011 13:44:06 +0000 (14:44 +0100)
commitb00ccfcd70999291ed74d346c744b30e0f2fa999
tree1d6dd2889668f3822c483d81768681621fd6eff7
parent844e965443e08133a7a366a496d8cc52ef93ca48
elflink: Jump to kaboom if we fail to load ldlinux.c32

Previously if we failed to load ldlinux.c32, we would drop out of
load_env32() and try to execute the assembly kernel loader.

With this patch, if we drop out of load_env32() we jump to kaboom
which drops the user at a command-line, at least that way they have a
chance of fixing the reason ldlinux.c32 failed to load.

Also, delete the comment that talks about loading and parsing the
configuration file - that is now done by ldlinux.c32.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
core/diskfs.inc