aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/technologic
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-06-18 07:44:45 +0000
committerStefan Reinauer <stepan@openbios.org>2006-06-18 07:44:45 +0000
commit1f96360315b874f615739352d5b51a4a79d0f765 (patch)
tree7995bb9d16215f524a98812ae94db68131556b21 /src/mainboard/technologic
parent3951027f57c56cde468d0d717842c42fb7a197f7 (diff)
delete two empty files
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2326 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technologic')
-rw-r--r--src/mainboard/technologic/ts5300/auto.c7
-rw-r--r--src/mainboard/technologic/ts5300/debug.c0
2 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/technologic/ts5300/auto.c b/src/mainboard/technologic/ts5300/auto.c
index c99f5b9ddb..53f022dbf3 100644
--- a/src/mainboard/technologic/ts5300/auto.c
+++ b/src/mainboard/technologic/ts5300/auto.c
@@ -51,8 +51,6 @@ void setup_pars(void)
#include "cpu/amd/sc520/raminit.c"
-#include "debug.c"
-
static void identify_ts9500(void)
{
unsigned i, val;
@@ -151,6 +149,7 @@ static void main(unsigned long bist)
TS5300_LED_ON;
+ // Let the hardware settle a bit.
for(i = 0; i < 100; i++)
;
@@ -168,10 +167,6 @@ static void main(unsigned long bist)
#endif
#if 0
- dump_pci_device(PCI_DEV(0, 0, 0));
-#endif
-
-#if 0
// Check 32MB of memory @ 0 (very slow!)
print_err("Checking memory:\r\n");
ram_check(0x00000000, 0x000a0000);
diff --git a/src/mainboard/technologic/ts5300/debug.c b/src/mainboard/technologic/ts5300/debug.c
deleted file mode 100644
index e69de29bb2..0000000000
--- a/src/mainboard/technologic/ts5300/debug.c
+++ /dev/null