From df67c674a0649fe8e95e88d0b56a4ce3c0890737 Mon Sep 17 00:00:00 2001 From: Jonathan Kollasch Date: Sat, 2 Oct 2010 14:10:08 +0000 Subject: Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it. All these boards define QRANK_DIMM_SUPPORT anyway, which is probably what was meant. Signed-off-by: Jonathan Kollasch Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5905 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/msi/ms9282/romstage.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/msi/ms9282') diff --git a/src/mainboard/msi/ms9282/romstage.c b/src/mainboard/msi/ms9282/romstage.c index 950f7dca59..8935709323 100644 --- a/src/mainboard/msi/ms9282/romstage.c +++ b/src/mainboard/msi/ms9282/romstage.c @@ -95,8 +95,6 @@ static inline int spd_read_byte(unsigned device, unsigned address) return smbus_read_byte(device, address); } -//#define K8_4RANK_DIMM_SUPPORT 1 - #include "northbridge/amd/amdk8/amdk8_f.h" #include "northbridge/amd/amdk8/incoherent_ht.c" #include "northbridge/amd/amdk8/coherent_ht.c" -- cgit v1.2.3