diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-06 22:57:01 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-11 15:52:35 +0200 |
commit | 1b6aef754e2bbc15755f6eb26835974775e600c6 (patch) | |
tree | 33a4a323460e9b61cf533f64df45af7bead2e58b /src/mainboard/lippert/frontrunner-af/Kconfig | |
parent | 8ef20cf9225b0af6b0b16aa71cccb65e434a3df1 (diff) |
lippert/frontrunner-af: Fix comment on HAVE_ACPI_RESUME
S3 resume now works, however the 3s delay and flash wear is still there.
Change-Id: I9d2eda5454baf7704807cf67f3aca94a67de3406
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5970
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Jens Rottmann <JRottmann@LiPPERTembedded.de>
Diffstat (limited to 'src/mainboard/lippert/frontrunner-af/Kconfig')
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/Kconfig b/src/mainboard/lippert/frontrunner-af/Kconfig index d3ac3f96ba..e534dc9b3b 100644 --- a/src/mainboard/lippert/frontrunner-af/Kconfig +++ b/src/mainboard/lippert/frontrunner-af/Kconfig @@ -28,9 +28,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE - # S3 doesn't work yet, heapManager.c:576 failed last time I tried, - # couldn't figure out why. But s3_resume.c (look for "spi_flash_probe") - # erases 28 KB and writes 10 KB register dumps to SPI flash on every + # This erases 28 KB and writes 10 KB register dumps to SPI flash on every # boot, wasting 3 s and causing wear! Therefore disable S3 for now. #select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES |