diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-09-20 22:36:32 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-09-21 00:31:45 +0200 |
commit | 03f82bd787833db4c341a129a3329ea0aead6235 (patch) | |
tree | 820752b775cc2e980738f4dceb5835b03bf70fc9 /src/mainboard/asus/a8v-e_se/dsdt.asl | |
parent | 8487229b91560935b5c829f47a7a44a0d91b2ea1 (diff) |
Use ACPI text fields consistently with all other boards
LXBIOS and LXB-DSDT are not used in other parts of the tree.
Make names consistent across the tree.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Change-Id: I91caeac09fd2401a36e53bd061d249b236a48e43
Reviewed-on: http://review.coreboot.org/224
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/mainboard/asus/a8v-e_se/dsdt.asl')
-rw-r--r-- | src/mainboard/asus/a8v-e_se/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/a8v-e_se/dsdt.asl b/src/mainboard/asus/a8v-e_se/dsdt.asl index 55226db26b..6a46102b5a 100644 --- a/src/mainboard/asus/a8v-e_se/dsdt.asl +++ b/src/mainboard/asus/a8v-e_se/dsdt.asl @@ -22,7 +22,7 @@ * ISA portions taken from QEMU acpi-dsdt.dsl. */ -DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1) +DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE ", "COREBOOT", 1) { /* Define the main processor.*/ Scope (\_PR) |