aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-07-03 14:59:50 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-08-13 15:38:38 +0000
commit65bb5434f6eb9e1f0f72a52958193b38057cfad7 (patch)
tree03700327ee52e7dc06fda83b5d193eca0cac7611 /src/mainboard/amd
parent870f69e2214d98a29e623a48953f305326e5870a (diff)
src: Get rid of non-local header treated as local
Change-Id: I2c5edadfd035c9af08af9ee326a5a2dc8b840faa Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27331 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl b/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl
index 54ead92d47..f8709a4323 100644
--- a/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl
+++ b/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl
@@ -230,5 +230,5 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, "AMDF10", "AMDACPI ", 100925440)
Z00A, 8
}
- #include "northbridge/amd/amdfam10/amdfam10_util.asl"
+ #include <northbridge/amd/amdfam10/amdfam10_util.asl>
}