summaryrefslogtreecommitdiff
path: root/src/mainboard/technologic/ts5300/reset.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-12-04 15:47:50 +0000
committerStefan Reinauer <stepan@openbios.org>2005-12-04 15:47:50 +0000
commit648e8da0c2110edba650cad6d322b887930d3b7f (patch)
tree1fc76b39fb244acfd51a2fc2f5302b5738681d4a /src/mainboard/technologic/ts5300/reset.c
parent20c6f631aa298184cfdf1d70fae841e473b03789 (diff)
small gcc4 patches, some ts5300 updates
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2129 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technologic/ts5300/reset.c')
-rw-r--r--src/mainboard/technologic/ts5300/reset.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mainboard/technologic/ts5300/reset.c b/src/mainboard/technologic/ts5300/reset.c
index 5796e17dc8..aff7d5a590 100644
--- a/src/mainboard/technologic/ts5300/reset.c
+++ b/src/mainboard/technologic/ts5300/reset.c
@@ -32,12 +32,10 @@ static unsigned pci_read_config32(device_t dev, unsigned where)
outl(0x80000000 | (addr & ~3), 0xCF8);
return inl(0xCFC);
}
-
-#include "../../../northbridge/amd/amdk8/reset_test.c"
-
+#endif
void hard_reset(void)
{
- set_bios_reset();
- pci_write_config8(PCI_DEV(1, 0x04, 0), 0x47, 1);
+ //set_bios_reset();
+ //pci_write_config8(PCI_DEV(1, 0x04, 0), 0x47, 1);
}
-#endif
+