Don't abort() on unavailable coreboot tables if not running on coreboot.

This commit is contained in:
Vladimir Serbinenko 2013-12-28 17:25:14 +01:00
parent 989af02582
commit 093dec7370
3 changed files with 10 additions and 1 deletions

View file

@ -55,7 +55,7 @@ grub_linuxbios_table_iterate (int (*hook) (grub_linuxbios_table_item_t,
if (check_signature (table_header))
goto signature_found;
grub_fatal ("Could not find coreboot table\n");
return 0;
signature_found: