[coreboot-gerrit] Patch set updated for coreboot: i945.h: fix #include path

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Aug 24 00:56:57 CEST 2016


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

-gerrit

commit 9931348892c83b1d44ffc488dd7bfa6c20d13507
Author: Antonello Dettori <dev at dettori.io>
Date:   Sun Aug 21 10:51:53 2016 +0200

    i945.h: fix #include path
    
    Fix the #include path.
    
    Change-Id: Ifefb2faef6e4fc87152acb21c37dd87e7c14645c
    Signed-off-by: Antonello Dettori <dev at dettori.io>
---
 src/northbridge/intel/i945/i945.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/i945.h b/src/northbridge/intel/i945/i945.h
index 0536a36..d4b7c7f 100644
--- a/src/northbridge/intel/i945/i945.h
+++ b/src/northbridge/intel/i945/i945.h
@@ -28,7 +28,7 @@
 #endif
 #define DEFAULT_EPBAR		0xfed19000	/* 4 KB */
 
-#include "../../../southbridge/intel/i82801gx/i82801gx.h"
+#include <southbridge/intel/i82801gx/i82801gx.h>
 
 /* Everything below this line is ignored in the DSDT */
 #ifndef __ACPI__



More information about the coreboot-gerrit mailing list