[coreboot] [commit] r6207 - trunk/src/mainboard/nokia/ip530

repository service svn at coreboot.org
Sat Dec 25 23:54:41 CET 2010


Author: uwe
Date: Sat Dec 25 23:54:41 2010
New Revision: 6207
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6207

Log:
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 <mbertens at xs4all.nl> for bringing up the issue and
for the success report for this fix on IRC.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/src/mainboard/nokia/ip530/Kconfig

Modified: trunk/src/mainboard/nokia/ip530/Kconfig
==============================================================================
--- trunk/src/mainboard/nokia/ip530/Kconfig	Thu Dec 23 18:12:03 2010	(r6206)
+++ trunk/src/mainboard/nokia/ip530/Kconfig	Sat Dec 25 23:54:41 2010	(r6207)
@@ -31,6 +31,7 @@
 	select PIRQ_ROUTE
 	select HAVE_PIRQ_TABLE
 	select UDELAY_TSC
+	select SDRAMPWR_4DIMM
 
 config MAINBOARD_DIR
 	string




More information about the coreboot mailing list