Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it.
authorJonathan Kollasch <jakllsch@kollasch.net>
Sat, 2 Oct 2010 14:10:08 +0000 (14:10 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 2 Oct 2010 14:10:08 +0000 (14:10 +0000)
All these boards define QRANK_DIMM_SUPPORT anyway,
which is probably what was meant.

Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5905 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/asus/a8v-e_se/romstage.c
src/mainboard/asus/m2v-mx_se/romstage.c
src/mainboard/msi/ms9282/romstage.c

index aba667986f977ce0279ceeb510a0055d192f1633..401ac0ea277691cef1c2527cd964650216af2203 100644 (file)
@@ -98,8 +98,6 @@ void soft_reset(void)
 // defines S3_NVRAM_EARLY:
 #include "southbridge/via/k8t890/k8t890_early_car.c"
 
-#define K8_4RANK_DIMM_SUPPORT 1
-
 #include "northbridge/amd/amdk8/amdk8.h"
 #include "northbridge/amd/amdk8/incoherent_ht.c"
 #include "northbridge/amd/amdk8/coherent_ht.c"
index 76b3e9db935320b725568f15d45249b40064b527..dcf7274265537f545a5452181b34a5ec23dba26a 100644 (file)
@@ -80,8 +80,6 @@ static void activate_spd_rom(const struct mem_controller *ctrl)
 // defines S3_NVRAM_EARLY:
 #include "southbridge/via/k8t890/k8t890_early_car.c"
 
-#define K8_4RANK_DIMM_SUPPORT 1
-
 #include "northbridge/amd/amdk8/amdk8.h"
 #include "northbridge/amd/amdk8/incoherent_ht.c"
 #include "northbridge/amd/amdk8/coherent_ht.c"
index 950f7dca59992ab78d21e16f1c9746aa33b305b4..893570932331f1b6eb24355160ab6f24180b60f0 100644 (file)
@@ -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"