From 34697d67c18780bf765ac9f66dcb1f14c7ef74c8 Mon Sep 17 00:00:00 2001 From: Aurelien Guillaume Date: Tue, 7 Sep 2010 07:43:10 +0000 Subject: Set up an arbitrary amount of system memory on Geode LX, so coreboot_ram can be unpacked to 1MB. The value is quickly replaced with the real value later, thus causing no harm. Move RAMBASE to the default of 1MB for the affected boards Signed-off-by: Aurelien Guillaume Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5779 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/db800/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/amd/db800') diff --git a/src/mainboard/amd/db800/Kconfig b/src/mainboard/amd/db800/Kconfig index 006de405e1..b973c9dad8 100644 --- a/src/mainboard/amd/db800/Kconfig +++ b/src/mainboard/amd/db800/Kconfig @@ -25,8 +25,4 @@ config IRQ_SLOT_COUNT int default 4 -config RAMBASE - hex - default 0x4000 - endif # BOARD_AMD_DB800 -- cgit v1.2.3