diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-08-28 15:08:43 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-08-28 15:08:43 +0000 |
commit | f4440e65a45aaa7d05ea55a8304630d7fd31ac44 (patch) | |
tree | f7066f190a6e559f510c60b3622ea27f7ae85410 /src/mainboard/tyan/s2885 | |
parent | f5f10d10979688e0d2ac7a01a262c50bf3e08b76 (diff) |
more motherboard specific cleanups
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2885')
-rw-r--r-- | src/mainboard/tyan/s2885/auto.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2885/auto.c b/src/mainboard/tyan/s2885/auto.c index d2f6c648f1..628f018ce4 100644 --- a/src/mainboard/tyan/s2885/auto.c +++ b/src/mainboard/tyan/s2885/auto.c @@ -81,11 +81,14 @@ static inline int spd_read_byte(unsigned device, unsigned address) return smbus_read_byte(device, address); } +/* include mainboard specific ht code */ +#include "hypertransport.c" + #include "northbridge/amd/amdk8/cpu_ldtstop.c" #include "southbridge/amd/amd8111/amd8111_ldtstop.c" #include "northbridge/amd/amdk8/raminit.c" -#include "northbridge/amd/amdk8/coherent_ht.1.c" +#include "northbridge/amd/amdk8/coherent_ht.c" #include "sdram/generic_sdram.c" #include "resourcemap.c" /* tyan does not want the default */ |