summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m2v-mx_se
diff options
context:
space:
mode:
authorJonathan Kollasch <jakllsch@kollasch.net>2010-10-02 14:10:08 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-10-02 14:10:08 +0000
commitdf67c674a0649fe8e95e88d0b56a4ce3c0890737 (patch)
tree9fef9dcb68f1c1e1486497c3baf2e77eb7d48d3f /src/mainboard/asus/m2v-mx_se
parentebe6d5820a497aea624ef9f20a4db93fe29af0ca (diff)
downloadcoreboot-df67c674a0649fe8e95e88d0b56a4ce3c0890737.tar.xz
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 <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
Diffstat (limited to 'src/mainboard/asus/m2v-mx_se')
-rw-r--r--src/mainboard/asus/m2v-mx_se/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/romstage.c b/src/mainboard/asus/m2v-mx_se/romstage.c
index 76b3e9db93..dcf7274265 100644
--- a/src/mainboard/asus/m2v-mx_se/romstage.c
+++ b/src/mainboard/asus/m2v-mx_se/romstage.c
@@ -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"