delete two empty files
authorStefan Reinauer <stepan@openbios.org>
Sun, 18 Jun 2006 07:44:45 +0000 (07:44 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 18 Jun 2006 07:44:45 +0000 (07:44 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2326 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/digitallogic/msm586seg/debug.c [deleted file]
src/mainboard/technologic/ts5300/auto.c
src/mainboard/technologic/ts5300/debug.c [deleted file]

diff --git a/src/mainboard/digitallogic/msm586seg/debug.c b/src/mainboard/digitallogic/msm586seg/debug.c
deleted file mode 100644 (file)
index e69de29..0000000
index c99f5b9ddb336f4a28ec15deeb1635acbce4f5a9..53f022dbf39808a0ea3ffc7f5dbc6fa3fa898869 100644 (file)
@@ -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++)
                ;
        
@@ -167,10 +166,6 @@ static void main(unsigned long bist)
        identify_system();
 #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");
diff --git a/src/mainboard/technologic/ts5300/debug.c b/src/mainboard/technologic/ts5300/debug.c
deleted file mode 100644 (file)
index e69de29..0000000