Changed the parport address to LPT1, since it's the most obvious default value.

Signed-off-by: Edgar Grimberg <[email protected]>
---
 tcl/interface/parport.cfg |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/tcl/interface/parport.cfg b/tcl/interface/parport.cfg
index 22be8f3..0f18ce9 100644
--- a/tcl/interface/parport.cfg
+++ b/tcl/interface/parport.cfg
@@ -1,10 +1,8 @@
 #
-# Parallel port wiggler (many clones available) on port 0xc8b8
+# Parallel port wiggler (many clones available) on port 0x378
 #
-# REVISIT this address seems very wrong.
-# Surely 0x378/LPT1 or 0x278/LPT2 ...
+# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
 
 interface parport
-parport_port 0xc8b8
+parport_port 0x378
 parport_cable wiggler
-
-- 
1.6.3.3

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to