aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/bimini_fam10/dsdt.asl
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-01-01 18:10:07 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2011-01-01 18:10:07 +0000
commitf7e7519ff56a05b2f89eb647a7764afda032aeca (patch)
tree4461a9bd86a07cf90a267b205e59f53be7d33f8b /src/mainboard/amd/bimini_fam10/dsdt.asl
parentee5fcacba707d137f289f2e496c57eea398839d0 (diff)
AMD Bimini: Drop duplicate ASL files as we did for other boards.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6232 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/bimini_fam10/dsdt.asl')
-rw-r--r--src/mainboard/amd/bimini_fam10/dsdt.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/bimini_fam10/dsdt.asl b/src/mainboard/amd/bimini_fam10/dsdt.asl
index 039a1c5cb0..3ff6dabf88 100644
--- a/src/mainboard/amd/bimini_fam10/dsdt.asl
+++ b/src/mainboard/amd/bimini_fam10/dsdt.asl
@@ -27,7 +27,7 @@ DefinitionBlock (
0x00010001 /* OEM Revision */
)
{ /* Start of ASL file */
- /* #include "acpi/debug.asl" */ /* Include global debug methods if needed */
+ /* #include "../../../arch/x86/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! */
@@ -1156,7 +1156,7 @@ DefinitionBlock (
/* South Bridge */
Scope(\_SB) { /* Start \_SB scope */
- #include "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 */