From 1c1a14c203000e28b295d92f033f699df1bb3737 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 24 Mar 2004 22:59:47 +0000 Subject: drop obsolete CONNECTION_x_y macros. Use row information instead. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1472 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/quartet/auto.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/quartet/auto.c b/src/mainboard/amd/quartet/auto.c index 121966dbc4..b5b2e75e1d 100644 --- a/src/mainboard/amd/quartet/auto.c +++ b/src/mainboard/amd/quartet/auto.c @@ -144,11 +144,8 @@ static void coherent_ht_mainboard(unsigned cpus) #include "northbridge/amd/amdk8/raminit.c" -#define CONNECTION_0_1 UP -#define CONNECTION_0_2 ACROSS -#define CONNECTION_1_3 DOWN - #include "northbridge/amd/amdk8/coherent_ht.c" + #include "sdram/generic_sdram.c" #include "resourcemap.c" /* quartet does not want the default */ -- cgit v1.2.3