filo boot load support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1421 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -217,6 +217,10 @@ void hardwaremain(int boot_complete)
|
||||
|
||||
CONFIGURE(CONF_PASS_PRE_BOOT);
|
||||
|
||||
#if CONFIG_FS_STREAM == 1
|
||||
filo(lb_mem);
|
||||
#else
|
||||
elfboot(lb_mem);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user