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

@ -1,3 +1,7 @@
2013-12-28 Vladimir Serbinenko <phcoder@gmail.com>
Don't abort() on unavailable coreboot tables if not running on coreboot.
2013-12-28 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/kern/emu/misc.c: Remove unused error.h; fixes compilation