diff options
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 0c11653675..63f71e5127 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -251,8 +251,9 @@ config BOOTBLOCK_SIMPLE bool "Always load fallback" config BOOTBLOCK_NORMAL - select CONFIGURABLE_CBFS_PREFIX bool "Switch to normal if CMOS says so" + select CONFIGURABLE_CBFS_PREFIX + select SEPARATE_ROMSTAGE endchoice |