Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5897
-gerrit
commit ba9b6986ed56330b1c09506a35d27324353f873c Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Sun Jun 1 16:31:48 2014 +1000
mainboard/ibase/mb899: Trivial, Non-local header treated as local
Change-Id: I5cb496d0d582d3dc5c0c0635f632561f8a3dd853 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/mainboard/ibase/mb899/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/ibase/mb899/romstage.c b/src/mainboard/ibase/mb899/romstage.c index 0957795..418b6e4 100644 --- a/src/mainboard/ibase/mb899/romstage.c +++ b/src/mainboard/ibase/mb899/romstage.c @@ -28,7 +28,7 @@ #include <lib.h> #include <cbmem.h> #include <superio/winbond/common/winbond.h> -#include "superio/winbond/w83627ehg/w83627ehg.h" +#include <superio/winbond/w83627ehg/w83627ehg.h> #include <pc80/mc146818rtc.h> #include <console/console.h> #include <cpu/x86/bist.h>