From a8c0cb35121c30120f032ecbd0de172540db8a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 25 Jun 2018 15:38:45 +0300 Subject: stage_cache: Disable when APCI S3 is not possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don't consume CBMEM for stage cache when we would never use it. Change-Id: I606e0457ff3085822554c4041fc56f0d28cc9c2d Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/27230 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 875c9d0790..24b21060b6 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1152,6 +1152,7 @@ config RELOCATABLE_MODULES config NO_STAGE_CACHE bool + default y if !HAVE_ACPI_RESUME help Do not save any component in stage cache for resume path. On resume, all components would be read back from CBFS again. -- cgit v1.2.3