[coreboot-gerrit] Change in coreboot[master]: cpu/x86/smm: Fix non-local header treated as local

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Sun Oct 14 20:34:51 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/29105


Change subject: cpu/x86/smm: Fix non-local header treated as local
......................................................................

cpu/x86/smm: Fix non-local header treated as local

Change-Id: I15dfe0332fd87db61d692a94bf1fd5d00dfb83d4
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/cpu/x86/smm/smmrelocate.S
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/29105/1

diff --git a/src/cpu/x86/smm/smmrelocate.S b/src/cpu/x86/smm/smmrelocate.S
index 56e73cd..16bccbc 100644
--- a/src/cpu/x86/smm/smmrelocate.S
+++ b/src/cpu/x86/smm/smmrelocate.S
@@ -22,13 +22,13 @@
 // It's needed right now because we get our DEFAULT_PMBASE from
 // here.
 #if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801GX)
-#include "../../../southbridge/intel/i82801gx/i82801gx.h"
+#include <southbridge/intel/i82801gx/i82801gx.h>
 #elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801DX)
-#include "../../../southbridge/intel/i82801dx/i82801dx.h"
+#include <southbridge/intel/i82801dx/i82801dx.h>
 #elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801IX)
-#include "../../../southbridge/intel/i82801ix/i82801ix.h"
+#include <southbridge/intel/i82801ix/i82801ix.h>
 #elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801JX)
-#include "../../../southbridge/intel/i82801jx/i82801jx.h"
+#include <southbridge/intel/i82801jx/i82801jx.h>
 
 #else
 #error "Southbridge needs SMM handler support."

-- 
To view, visit https://review.coreboot.org/29105
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I15dfe0332fd87db61d692a94bf1fd5d00dfb83d4
Gerrit-Change-Number: 29105
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181014/33ecb2fd/attachment.html>


More information about the coreboot-gerrit mailing list