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/newisys | |
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/newisys')
-rw-r--r-- | src/mainboard/newisys/khepri/auto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/newisys/khepri/auto.c b/src/mainboard/newisys/khepri/auto.c index 18e222f01f..2b4a2b1f84 100644 --- a/src/mainboard/newisys/khepri/auto.c +++ b/src/mainboard/newisys/khepri/auto.c @@ -122,9 +122,8 @@ static inline int spd_read_byte(unsigned device, unsigned address) #include "northbridge/amd/amdk8/raminit.c" -#define CONNECTION_0_1 DOWN - #include "northbridge/amd/amdk8/coherent_ht.c" + #include "sdram/generic_sdram.c" #include "resourcemap.c" /* newisys khepri does not want the default */ |