diff options
author | Edgar 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 |
commit | dfba7fa949ae12089aa02dab557a46520c816d28 (patch) | |
tree | 18c64ac43b62b58dce48c3ee7267c88db0cce91c /tcl/interface | |
parent | bc088b302bd0bb43cc9097a9f0b2e7369b0e04e2 (diff) | |
download | openocd_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/interface')
-rw-r--r-- | 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 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 - |