diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |