diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-12-25 22:54:41 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-12-25 22:54:41 +0000 |
commit | 88929f9bf4cb22c5f6e57845f8637864fb578d6a (patch) | |
tree | 3bb7fd154e19a0fa092aa42d0732f6987a494d32 | |
parent | 09f5a7446a016b845f421a3a6e10deedb4a101ed (diff) | |
download | coreboot-88929f9bf4cb22c5f6e57845f8637864fb578d6a.tar.xz |
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@xs4all.nl> for bringing up the issue and
for the success report for this fix on IRC.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6207 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/nokia/ip530/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/nokia/ip530/Kconfig b/src/mainboard/nokia/ip530/Kconfig index cf6bb1dd52..656ec3c1c6 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 |