diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 0233f1eb3c..ec52d0e9ca 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -25,7 +25,7 @@ config RAMTOP config STACK_SIZE hex - default 0x8000 + default 0x1000 # Maximum reboot count # TODO: Improve description.