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/lippert/roadrunner-lx/Kconfig | 4 ---- src/mainboard/lippert/spacerunner-lx/Kconfig | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/mainboard/lippert') diff --git a/src/mainboard/lippert/roadrunner-lx/Kconfig b/src/mainboard/lippert/roadrunner-lx/Kconfig index fa140acfce..ef6171fa50 100644 --- a/src/mainboard/lippert/roadrunner-lx/Kconfig +++ b/src/mainboard/lippert/roadrunner-lx/Kconfig @@ -27,10 +27,6 @@ config IRQ_SLOT_COUNT int default 7 -config RAMBASE - hex - default 0x4000 - config ONBOARD_UARTS_RS485 bool "Switch on-board serial ports to RS485" default n diff --git a/src/mainboard/lippert/spacerunner-lx/Kconfig b/src/mainboard/lippert/spacerunner-lx/Kconfig index a7e0eba22b..89a52ae1a6 100644 --- a/src/mainboard/lippert/spacerunner-lx/Kconfig +++ b/src/mainboard/lippert/spacerunner-lx/Kconfig @@ -28,10 +28,6 @@ config IRQ_SLOT_COUNT int default 7 -config RAMBASE - hex - default 0x4000 - config ONBOARD_UARTS_RS485 bool "Switch on-board serial ports to RS485" default n -- cgit v1.2.3