summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index ccfe5d25be9a..c58a263b250b 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -635,7 +635,7 @@ config HEAP_SIZE
config STACK_SIZE
hex
- default 0x1000 if ARCH_X86
+ default 0x2000 if ARCH_X86
default 0x0
config MAX_CPUS