diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2010-02-23 10:22:37 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-23 10:22:37 +0000 |
commit | 326c1591285da7d629cc3eca5d30db0476e8dde1 (patch) | |
tree | 0fb3e95190d24269c5b3df2a30da0b5dfb8103f0 | |
parent | 040553f262bb34f6a51362e1f1fcad3fa91bfe9a (diff) | |
download | coreboot-326c1591285da7d629cc3eca5d30db0476e8dde1.tar.xz |
Disable ACPI Resume on asus/m2v-mx_se, it's broken
since cbmem
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5148 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/Kconfig b/src/mainboard/asus/m2v-mx_se/Kconfig index 81cf3f7802..254a3c3b9d 100644 --- a/src/mainboard/asus/m2v-mx_se/Kconfig +++ b/src/mainboard/asus/m2v-mx_se/Kconfig @@ -32,7 +32,6 @@ config BOARD_ASUS_M2V_MX_SE 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 |