From 03f82bd787833db4c341a129a3329ea0aead6235 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 20 Sep 2011 22:36:32 +0200 Subject: 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 Change-Id: I91caeac09fd2401a36e53bd061d249b236a48e43 Reviewed-on: http://review.coreboot.org/224 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- src/mainboard/asus/a8v-e_se/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/asus/a8v-e_se') 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) -- cgit v1.2.3