[coreboot] Patch set updated for coreboot: 40dea3f Fix compilation when USE_OPTION_TABLE is not defined.

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Mar 5 22:03:42 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/702

-gerrit

commit 40dea3f447fc9976a9cf781243480b411b064d82
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Mon Aug 15 16:35:10 2011 -0700

    Fix compilation when USE_OPTION_TABLE is not defined.
    
    Change-Id: Id622e4e96b6c8e87b00a96c324a0b4dbfac3391d
    Signed-off-by: Duncan Laurie <dlaurie at google.com>
---
 src/arch/x86/boot/coreboot_table.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/arch/x86/boot/coreboot_table.c b/src/arch/x86/boot/coreboot_table.c
index 77a1126..a001259 100644
--- a/src/arch/x86/boot/coreboot_table.c
+++ b/src/arch/x86/boot/coreboot_table.c
@@ -29,9 +29,9 @@
 #include <version.h>
 #include <device/device.h>
 #include <stdlib.h>
+#include <cbfs.h>
 #if CONFIG_USE_OPTION_TABLE
 #include <option_table.h>
-#include <cbfs.h>
 #endif
 
 static struct lb_header *lb_table_init(unsigned long addr)




More information about the coreboot mailing list