From patchwork Fri Oct 1 01:03:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: drop meaningless K8_4RANK_DIMM_SUPPORT define Date: Fri, 01 Oct 2010 01:03:27 -0000 From: Jonathan A. Kollasch X-Patchwork-Id: 2013 Message-Id: <20101001010326.GB12447@tarantulon.kollasch.net> To: coreboot@coreboot.org 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: Jonathan Kollasch --- Index: src/mainboard/msi/ms9282/romstage.c =================================================================== --- src/mainboard/msi/ms9282/romstage.c (revision 5888) +++ src/mainboard/msi/ms9282/romstage.c (working copy) @@ -96,8 +96,6 @@ 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" Index: src/mainboard/asus/a8v-e_se/romstage.c =================================================================== --- src/mainboard/asus/a8v-e_se/romstage.c (revision 5888) +++ src/mainboard/asus/a8v-e_se/romstage.c (working copy) @@ -100,8 +100,6 @@ // 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: src/mainboard/asus/m2v-mx_se/romstage.c =================================================================== --- src/mainboard/asus/m2v-mx_se/romstage.c (revision 5888) +++ src/mainboard/asus/m2v-mx_se/romstage.c (working copy) @@ -82,8 +82,6 @@ // 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"