This is an emergency fix for building for qemu.
With this fix, FILO works. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1162 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
2c580fab85
commit
fd1101de75
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ static void no_op(struct device *dev)
|
|||
{
|
||||
}
|
||||
|
||||
int is_coldboot(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
static void i440bx_read_resources(struct device *dev)
|
||||
{
|
||||
struct resource *res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue