tcl/interface: Adapt config files to new parport command syntax
Change-Id: Iffe7a04c36c6ec680497081a99d55b8c69f8f079 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/6386 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
fbbf63f659
commit
3ce92fa33d
|
@ -5,4 +5,4 @@
|
|||
#
|
||||
|
||||
adapter driver parport
|
||||
parport_cable chameleon
|
||||
parport cable chameleon
|
||||
|
|
|
@ -12,5 +12,5 @@ if { [info exists PARPORTADDR] } {
|
|||
}
|
||||
|
||||
adapter driver parport
|
||||
parport_port $_PARPORTADDR
|
||||
parport_cable flashlink
|
||||
parport port $_PARPORTADDR
|
||||
parport cable flashlink
|
||||
|
|
|
@ -15,5 +15,5 @@ if { [info exists PARPORTADDR] } {
|
|||
}
|
||||
|
||||
adapter driver parport
|
||||
parport_port $_PARPORTADDR
|
||||
parport_cable wiggler
|
||||
parport port $_PARPORTADDR
|
||||
parport cable wiggler
|
||||
|
|
|
@ -11,5 +11,5 @@ if { [info exists PARPORTADDR] } {
|
|||
}
|
||||
|
||||
adapter driver parport
|
||||
parport_port $_PARPORTADDR
|
||||
parport_cable dlc5
|
||||
parport port $_PARPORTADDR
|
||||
parport cable dlc5
|
||||
|
|
Loading…
Reference in New Issue