diff options
Diffstat (limited to 'src/mainboard/amd/gardenia/dsdt.asl')
-rw-r--r-- | src/mainboard/amd/gardenia/dsdt.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/gardenia/dsdt.asl b/src/mainboard/amd/gardenia/dsdt.asl index 2245ea2af0..77e6230b8d 100644 --- a/src/mainboard/amd/gardenia/dsdt.asl +++ b/src/mainboard/amd/gardenia/dsdt.asl @@ -23,7 +23,7 @@ DefinitionBlock ( 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */ - /* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */ + /* #include <arch/x86/acpi/debug.asl> */ /* as needed */ /* Globals for the platform */ #include "acpi/mainboard.asl" @@ -48,7 +48,7 @@ DefinitionBlock ( /* global utility methods expected within the \_SB scope */ #include <arch/x86/acpi/globutil.asl> - /* Describe IRQ Routing mapping for this platform (within the \_SB scope) */ + /* IRQ Routing mapping for this platform (in \_SB scope) */ #include "acpi/routing.asl" Device(PWRB) { |