interface configs: Fix whitespace and other issues.
Change-Id: I98825c7fb9bdee75b69b06005ed12a3f64ec4db4 Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Reviewed-on: http://openocd.zylin.com/139 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
# Parallel port wiggler (many clones available) on port 0x378
|
||||
#
|
||||
# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
|
||||
#
|
||||
|
||||
if { [info exists PARPORTADDR] } {
|
||||
set _PARPORTADDR $PARPORTADDR
|
||||
set _PARPORTADDR $PARPORTADDR
|
||||
} else {
|
||||
set _PARPORTADDR 0x378
|
||||
set _PARPORTADDR 0x378
|
||||
}
|
||||
|
||||
interface parport
|
||||
|
||||
Reference in New Issue
Block a user