coreboot-kgpe-d16/src/arch/i386
Carl-Daniel Hailfinger 74cb9eb7e7 cbfs_and_run_core() did not check the return code of cbfs_load_stage()
and jumped to (void*)-1 on error.
Die properly instead.
I didn't use die() because that caused a linker error.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4776 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-14 23:51:05 +00:00
..
boot Add const to get rid of some warnings when passing quoted strings. 2009-10-09 20:13:43 +00:00
include Add const to get rid of some warnings when passing quoted strings. 2009-10-09 20:13:43 +00:00
init Remove: 2009-10-03 16:24:58 +00:00
lib cbfs_and_run_core() did not check the return code of cbfs_load_stage() 2009-10-14 23:51:05 +00:00
llshell rename linuxbios_* files, too. 2008-01-18 16:16:45 +00:00
smp Remove some warnings. 2009-09-29 14:56:15 +00:00
Config.lb This removes the uses of the buildrom utility and the coreboot.strip 2009-10-04 12:30:44 +00:00
Kconfig Remove extra CONFIG variables. 2009-10-09 17:40:34 +00:00
Makefile.inc Make build_opt_tbl depend on config.h since it uses it. This fixes: 2009-09-24 16:56:08 +00:00