aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-14 14:52:06 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-05 09:00:26 +0000
commit19f5ba81be265da3d1a2a15c106486677479dfd5 (patch)
treeef03b65c6223c85d81934953cf6780876f663123 /src/southbridge/amd/pi/hudson
parent54f942499b72efe301e7bee7b7d9daf6a1d8c8ea (diff)
amd: Fix non-local header treated as local
Change-Id: I0668b73cd3a5bf5220af55c29785220b77eb5259 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29103 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/amd/pi/hudson')
-rw-r--r--src/southbridge/amd/pi/hudson/fchec.h4
-rw-r--r--src/southbridge/amd/pi/hudson/smbus_spd.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/southbridge/amd/pi/hudson/fchec.h b/src/southbridge/amd/pi/hudson/fchec.h
index 5062777e14..b34f73371b 100644
--- a/src/southbridge/amd/pi/hudson/fchec.h
+++ b/src/southbridge/amd/pi/hudson/fchec.h
@@ -17,8 +17,8 @@
#define __AMD_HUDSON_FCHEC__
#include "imc.h"
-#include "Porting.h"
-#include "AGESA.h"
+#include <Porting.h>
+#include <AGESA.h>
#include "FchCommonCfg.h"
extern VOID FchECfancontrolservice (IN VOID *FchDataPtr);
diff --git a/src/southbridge/amd/pi/hudson/smbus_spd.c b/src/southbridge/amd/pi/hudson/smbus_spd.c
index 982fd12dea..8d67b1e678 100644
--- a/src/southbridge/amd/pi/hudson/smbus_spd.c
+++ b/src/southbridge/amd/pi/hudson/smbus_spd.c
@@ -17,9 +17,9 @@
#include <device/device.h>
/* warning: Porting.h includes an open #pragma pack(1) */
-#include "Porting.h"
-#include "AGESA.h"
-#include "amdlib.h"
+#include <Porting.h>
+#include <AGESA.h>
+#include <amdlib.h>
#include <northbridge/amd/pi/dimmSpd.h>