diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-03-24 22:59:47 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-03-24 22:59:47 +0000 |
commit | 1c1a14c203000e28b295d92f033f699df1bb3737 (patch) | |
tree | 189e9e1f7dd2b574383f93039d36f111122f6159 /src/mainboard/amd/quartet | |
parent | 650b6d0b61087d979f18f57b64ede4ff9d1c56f6 (diff) |
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
Diffstat (limited to 'src/mainboard/amd/quartet')
-rw-r--r-- | src/mainboard/amd/quartet/auto.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 */ |