[coreboot] [commit] r6445 - trunk/src/mainboard/lenovo/x60

repository service svn at coreboot.org
Mon Mar 14 15:26:42 CET 2011


Author: svens
Date: Mon Mar 14 15:26:41 2011
New Revision: 6445
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6445

Log:
X60: fix typo in dsdt.asl

Signed-off-by: Sven Schnelle <svens at stackframe.org>
Acked-by: Sven Schnelle <svens at stackframe.org>

Modified:
   trunk/src/mainboard/lenovo/x60/dsdt.asl

Modified: trunk/src/mainboard/lenovo/x60/dsdt.asl
==============================================================================
--- trunk/src/mainboard/lenovo/x60/dsdt.asl	Mon Mar 14 14:42:08 2011	(r6444)
+++ trunk/src/mainboard/lenovo/x60/dsdt.asl	Mon Mar 14 15:26:41 2011	(r6445)
@@ -43,7 +43,7 @@
 	// Thermal Zone
 	#include "acpi/thermal.asl"
 	// System status indicators
-	#include "acpi/systemstatus.asl
+	#include "acpi/systemstatus.asl"
 	Scope (\_SB) {
 		Device (PCI0)
 		{




More information about the coreboot mailing list