ftdi: use "adapter usb location" instead of ftdi_location command
[fw/openocd] / src / target / startup.tcl
index cf844e1f64c3734a0f5b76978688c52048e52b1b..4d4426f98cff971d32bce73f9826f41a4324addc 100644 (file)
@@ -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
+}