From 86dbe0f3072d87830b073bd4f372961f924e6df0 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 28 Jun 2019 18:18:37 +0530 Subject: Kconfig: Enable RAMPAYLOAD for x86 This patch makes CONFIG_RAMPAYLOAD default enable upon selection of HAVE_RAMPAYLOAD kconfig from mainboard for x86 platform. Without this CL, CONFIG_RAMPAYLOAD is still disabled although mainboard has selected CONFIG_HAVE_RAMPAYLOAD. Change-Id: I40308bbf970a0dbe5f7e2086ed8a7a70c2a3a32c Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/33859 Reviewed-by: ron minnich Tested-by: build bot (Jenkins) --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index 72d826f43f..919d257c62 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -290,7 +290,7 @@ config HAVE_RAMPAYLOAD config RAMPAYLOAD bool "Enable coreboot flow without executing ramstage" - default n + default y if ARCH_X86 depends on HAVE_RAMPAYLOAD help If this option is enabled, coreboot flow will skip ramstage -- cgit v1.2.3