Enable coreboot information commands even when not loaded as

coreboot payload (e.g. when loaded from SeaBIOS-as-payload).
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-06-16 01:57:55 +02:00
parent 5027af38cf
commit e6930a454d
5 changed files with 105 additions and 62 deletions

View file

@ -23,7 +23,7 @@
#include <grub/time.h>
#include <grub/terminfo.h>
#include <grub/dl.h>
#include <grub/machine/lbio.h>
#include <grub/i386/coreboot/lbio.h>
#include <grub/command.h>
#include <grub/normal.h>