aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/raminit.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-16 18:43:52 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-02 07:39:16 +0000
commit21b71ce66b89f7bff7959027d971e9a7786bf219 (patch)
treeb5167a09b1edadb86ed490dca77e6e8579c37f08 /src/northbridge/intel/nehalem/raminit.c
parent10b65dcfc76f62bf97c93f4a8e51a2269e5c040e (diff)
src/nb: Fix non-local header treated as local
Change-Id: I8174d7b40008cfe4fba10fde4670682aac0ad078 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27131 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/intel/nehalem/raminit.c')
-rw-r--r--src/northbridge/intel/nehalem/raminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c
index bd2042e418..94d9af8855 100644
--- a/src/northbridge/intel/nehalem/raminit.c
+++ b/src/northbridge/intel/nehalem/raminit.c
@@ -56,7 +56,7 @@ typedef u32 device_t;
#include "nehalem.h"
-#include "southbridge/intel/ibexpeak/me.h"
+#include <southbridge/intel/ibexpeak/me.h>
#if REAL
#include <delay.h>