X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fstartup.tcl;h=4d4426f98cff971d32bce73f9826f41a4324addc;hb=b04c7c2ca587feebd6506716cd84297212350608;hp=cf844e1f64c3734a0f5b76978688c52048e52b1b;hpb=fd8a3c9516d6580ab749e4127f6dab0077a8b078;p=fw%2Fopenocd diff --git a/src/target/startup.tcl b/src/target/startup.tcl index cf844e1f6..4d4426f98 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 +}