This is an automated email from Gerrit.

Oleksij Rempel (li...@rempel-privat.de) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5278

-- gerrit

commit 4b0fa96984b60760c530e678d241be0eeddf1e56
Author: Oleksij Rempel <li...@rempel-privat.de>
Date:   Wed Aug 14 13:17:51 2019 +0200

    move ftdi_location deprecation helper to proper place
    
    Change-Id: I927d4e918acbf321aea1dd7a8de95fbaa8fbbbf0
    Signed-off-by: Oleksij Rempel <li...@rempel-privat.de>

diff --git a/src/jtag/startup.tcl b/src/jtag/startup.tcl
index 10478be..4148427 100644
--- a/src/jtag/startup.tcl
+++ b/src/jtag/startup.tcl
@@ -195,4 +195,9 @@ proc  interface_list args {
        eval adapter list $args
 }
 
+proc ftdi_location args {
+       echo "DEPRECATED! use 'adapter usb location' not 'ftdi_location'"
+       eval adapter usb location $args
+}
+
 # END MIGRATION AIDS
diff --git a/src/target/startup.tcl b/src/target/startup.tcl
index 4d4426f..cf844e1 100644
--- a/src/target/startup.tcl
+++ b/src/target/startup.tcl
@@ -221,9 +221,3 @@ 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
-}

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to