From 0f61a4fc98f135c0ed22c67ee3241bf5670a61e2 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 16 Oct 2009 16:32:57 +0000 Subject: Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. Signed-off-by: Myles Watson Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4788 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/config/Options.lb') diff --git a/src/config/Options.lb b/src/config/Options.lb index cd1dc76731..d264c5985e 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -360,11 +360,11 @@ define CONFIG_UNCOMPRESSED export always comment "Set for uncompressed image" end -define CONFIG_LB_MEM_TOPK +define CONFIG_RAMTOP format "%d" - default 2048 + default 2048*1024 export always - comment "Kilobytes of memory to initialized before executing code from RAM" + comment "Highest RAM that coreboot_ram will use" end define CONFIG_HAVE_OPTION_TABLE default 0 -- cgit v1.2.3