HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5907
-gerrit
commit 83e240c85637d5e0be2fdd3f3fc187cf5b375337 Author: Elyes ehaouas@noos.fr Date: Sun Jun 1 15:25:21 2014 +0200
board lenovo/x60: Non-local header treated as local
Change-Id: Ia39d0107151c3979b6dbfa04aaf3023e52d3fae2 Signed-off-by: Elyes ehaouas@noos.fr --- src/mainboard/lenovo/x60/acpi_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/lenovo/x60/acpi_tables.c b/src/mainboard/lenovo/x60/acpi_tables.c index f6ed4ae..2c8ff8c 100644 --- a/src/mainboard/lenovo/x60/acpi_tables.c +++ b/src/mainboard/lenovo/x60/acpi_tables.c @@ -35,7 +35,7 @@ extern const unsigned char AmlCode[]; unsigned long acpi_create_slic(unsigned long current); #endif
-#include "southbridge/intel/i82801gx/nvs.h" +#include <southbridge/intel/i82801gx/nvs.h> static void acpi_create_gnvs(global_nvs_t *gnvs) { memset((void *)gnvs, 0, sizeof(*gnvs));