summaryrefslogtreecommitdiff
path: root/src/mainboard/arima/hdama/auto.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2003-08-28 15:08:43 +0000
committerStefan Reinauer <stepan@openbios.org>2003-08-28 15:08:43 +0000
commitf4440e65a45aaa7d05ea55a8304630d7fd31ac44 (patch)
treef7066f190a6e559f510c60b3622ea27f7ae85410 /src/mainboard/arima/hdama/auto.c
parentf5f10d10979688e0d2ac7a01a262c50bf3e08b76 (diff)
downloadcoreboot-f4440e65a45aaa7d05ea55a8304630d7fd31ac44.tar.xz
more motherboard specific cleanups
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima/hdama/auto.c')
-rw-r--r--src/mainboard/arima/hdama/auto.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/arima/hdama/auto.c b/src/mainboard/arima/hdama/auto.c
index f47c7a0b42..ca19245293 100644
--- a/src/mainboard/arima/hdama/auto.c
+++ b/src/mainboard/arima/hdama/auto.c
@@ -85,6 +85,11 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
+/* no specific code here. this should go away completely */
+static void coherent_ht_mainboard(unsigned cpus)
+{
+}
+
#include "northbridge/amd/amdk8/cpu_ldtstop.c"
#include "southbridge/amd/amd8111/amd8111_ldtstop.c"