aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/inagua/dsdt.asl
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2012-02-16 19:16:14 +0100
committerPatrick Georgi <patrick@georgi-clan.de>2012-02-22 22:16:15 +0100
commit91bd3068a7c28d429bb7a2581ccee40645c137c9 (patch)
tree70706e7cc3e6a990b16e2553c706d492eeb0b3e6 /src/mainboard/amd/inagua/dsdt.asl
parentb05bf5bca978a12a5c278bf1fbc90e7f5cff69ae (diff)
ACPI: More ../../.. removal
CPP is ran with src/ as part of its search path, so using <northbridge/...> and the like is safe. Change-Id: I644d60190ac92ef284d5f0b4acf44f7db3c788ee Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/649 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd/inagua/dsdt.asl')
-rw-r--r--src/mainboard/amd/inagua/dsdt.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/inagua/dsdt.asl b/src/mainboard/amd/inagua/dsdt.asl
index 4a61328444..361adbbbb0 100644
--- a/src/mainboard/amd/inagua/dsdt.asl
+++ b/src/mainboard/amd/inagua/dsdt.asl
@@ -27,7 +27,7 @@ DefinitionBlock (
0x00010001 /* OEM Revision */
)
{ /* Start of ASL file */
- /* #include "../../../arch/i386/acpi/debug.asl" */ /* Include global debug methods if needed */
+ /* #include <arch/i386/acpi/debug.asl> */ /* Include global debug methods if needed */
/* Data to be patched by the BIOS during POST */
/* FIXME the patching is not done yet! */
@@ -1138,7 +1138,7 @@ DefinitionBlock (
/* South Bridge */
Scope(\_SB) { /* Start \_SB scope */
- #include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
+ #include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
/* _SB.PCI0 */
/* Note: Only need HID on Primary Bus */