X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fstartup.tcl;h=4d4426f98cff971d32bce73f9826f41a4324addc;hp=cf844e1f64c3734a0f5b76978688c52048e52b1b;hb=b04c7c2ca587feebd6506716cd84297212350608;hpb=fd8a3c9516d6580ab749e4127f6dab0077a8b078 diff --git a/src/target/startup.tcl b/src/target/startup.tcl index cf844e1f64..4d4426f98c 100644 --- a/src/target/startup.tcl +++ b/src/target/startup.tcl @@ -221,3 +221,9 @@ proc cortex_a8 args { echo "DEPRECATED! use 'cortex_a' not 'cortex_a8'" eval cortex_a $args } + +# deprecated ftdi cmds +proc ftdi_location args { + echo "DEPRECATED! use 'adapter usb location' not 'ftdi_location'" + eval adapter usb location $args +}