summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorEdgar Grimberg <edgar.grimberg@zylin.com>2010-01-21 12:08:19 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-01-21 15:58:59 +0100
commitdfba7fa949ae12089aa02dab557a46520c816d28 (patch)
tree18c64ac43b62b58dce48c3ee7267c88db0cce91c /tcl
parentbc088b302bd0bb43cc9097a9f0b2e7369b0e04e2 (diff)
downloadopenocd+libswd-dfba7fa949ae12089aa02dab557a46520c816d28.tar.gz
openocd+libswd-dfba7fa949ae12089aa02dab557a46520c816d28.tar.bz2
openocd+libswd-dfba7fa949ae12089aa02dab557a46520c816d28.tar.xz
openocd+libswd-dfba7fa949ae12089aa02dab557a46520c816d28.zip
interface: Changed parport address to LPT1
Changed the parport address to LPT1, since it's the most obvious default value. Signed-off-by: Edgar Grimberg <edgar.grimberg@zylin.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/interface/parport.cfg8
1 files changed, 3 insertions, 5 deletions
diff --git a/tcl/interface/parport.cfg b/tcl/interface/parport.cfg
index 22be8f35..0f18ce9e 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
-