Author: svens Date: Sun Apr 17 16:55:21 2011 New Revision: 6510 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6510
Log: Lenovo H8 EC: add missing systemstatus.asl include Signed-off-by: Sven Schnelle <[email protected]> Acked-by: Sven Schnelle <[email protected]> Modified: trunk/src/ec/lenovo/h8/acpi/ec.asl Modified: trunk/src/ec/lenovo/h8/acpi/ec.asl ============================================================================== --- trunk/src/ec/lenovo/h8/acpi/ec.asl Sun Apr 17 14:54:32 2011 (r6509) +++ trunk/src/ec/lenovo/h8/acpi/ec.asl Sun Apr 17 16:55:21 2011 (r6510) @@ -120,4 +120,5 @@ #include "lid.asl" #include "beep.asl" #include "thermal.asl" +#include "systemstatus.asl" } -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

