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/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index a06b43b157..a70a773e27 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -134,9 +134,9 @@ config MMCONF_SUPPORT bool default n -config LB_MEM_TOPK +config RAMTOP hex - default 0x800 + default 0x200000 config COMPRESSED_PAYLOAD_LZMA bool -- cgit v1.2.3