HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5902
-gerrit
commit d378d1bcfbed10952518100709181c252a3cc3a4 Author: Elyes ehaouas@noos.fr Date: Sun Jun 1 14:54:43 2014 +0200
Non-local header
Change-Id: I5a06105488d0e42f6ab18ee932fdb1f93b97cf6c Signed-off-by: Elyes ehaouas@noos.fr --- src/mainboard/nec/powermate2000/romstage.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/mainboard/nec/powermate2000/romstage.c b/src/mainboard/nec/powermate2000/romstage.c index a5cecab..40db319 100644 --- a/src/mainboard/nec/powermate2000/romstage.c +++ b/src/mainboard/nec/powermate2000/romstage.c @@ -25,11 +25,11 @@ #include <arch/hlt.h> #include <stdlib.h> #include <console/console.h> -#include "superio/smsc/smscsuperio/early_serial.c" -#include "northbridge/intel/i82810/raminit.h" -#include "cpu/x86/bist.h" -#include "southbridge/intel/i82801ax/i82801ax.h" -#include "drivers/pc80/udelay_io.c" +#include <superio/smsc/smscsuperio/early_serial.c> +#include <northbridge/intel/i82810/raminit.h> +#include <cpu/x86/bist.h> +#include <southbridge/intel/i82801ax/i82801ax.h> +#include <drivers/pc80/udelay_io.c> #include <lib.h>
#define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1)