Author: oxygene Date: Tue Feb 23 11:22:37 2010 New Revision: 5148 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5148
Log: Disable ACPI Resume on asus/m2v-mx_se, it's broken since cbmem Signed-off-by: Rudolf Marek <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/mainboard/asus/m2v-mx_se/Kconfig Modified: trunk/src/mainboard/asus/m2v-mx_se/Kconfig ============================================================================== --- trunk/src/mainboard/asus/m2v-mx_se/Kconfig Tue Feb 23 11:18:43 2010 (r5147) +++ trunk/src/mainboard/asus/m2v-mx_se/Kconfig Tue Feb 23 11:22:37 2010 (r5148) @@ -32,7 +32,6 @@ select HAVE_HARD_RESET select HAVE_OPTION_TABLE select HAVE_ACPI_TABLES - select HAVE_ACPI_RESUME select BOARD_ROMSIZE_KB_512 select VGA select TINY_BOOTBLOCK -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

