From 88929f9bf4cb22c5f6e57845f8637864fb578d6a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 25 Dec 2010 22:54:41 +0000 Subject: [PATCH] Nokia IP530: Add missing "select SDRAMPWR_4DIMM". This is needed for all Intel 440BX boards with 4 DIMM slots (such as this one). Thanks Marc Bertens for bringing up the issue and for the success report for this fix on IRC. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6207 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/nokia/ip530/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/nokia/ip530/Kconfig b/src/mainboard/nokia/ip530/Kconfig index cf6bb1dd5..656ec3c1c 100644 --- a/src/mainboard/nokia/ip530/Kconfig +++ b/src/mainboard/nokia/ip530/Kconfig @@ -31,6 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select PIRQ_ROUTE select HAVE_PIRQ_TABLE select UDELAY_TSC + select SDRAMPWR_4DIMM config MAINBOARD_DIR string -- 2.25.1