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

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu Oct 18 18:22:16 CEST 2018


Patrick Georgi has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/29105
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi at google.com>
---
M src/cpu/x86/smm/smmrelocate.S
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved



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: merged
Gerrit-Change-Id: I15dfe0332fd87db61d692a94bf1fd5d00dfb83d4
Gerrit-Change-Number: 29105
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181018/b21c115d/attachment.html>


More information about the coreboot-gerrit mailing list