From 9c03957b363f9206b1eacecf9911cc28ae492306 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 15 Oct 2012 13:39:00 -0700 Subject: Reduce default stack size to 4K coreboot uses about 2K of stack on the BSP, and about 1K of stack on the APs. No reason to use an overdimensonal stack of 32k per core/thread. Change-Id: I734c240b992d40e1e35db3df5437c36da0a755cf Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/1780 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/Kconfig') 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. -- cgit v1.2.3