diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 2bcc3ce528..2afb9db177 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -245,7 +245,6 @@ config COMPRESS_BOOTBLOCK config SEPARATE_ROMSTAGE bool "Build a separate romstage" - default y help Build a separate romstage that is loaded by bootblock. With this option disabled the romstage sources are linked inside the bootblock @@ -1538,3 +1537,6 @@ config HAVE_RAMSTAGE bool default n if RAMPAYLOAD default y + +config SEPARATE_ROMSTAGE + default y |