mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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>
This commit is contained in:
committed by
Øyvind Harboe
parent
bc088b302b
commit
dfba7fa949
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user