diff options
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index e10a7022d4..a7cb99e4b3 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -8,7 +8,7 @@ if ARCH_X86 config CACHE_AS_RAM bool - default !ROMCC + default y config NO_CAR_GLOBAL_MIGRATION bool |