]> git.gag.com Git - fw/openocd/commit
startup.tcl: remove commands already deprecated in v0.7.0
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 31 Oct 2020 22:58:33 +0000 (23:58 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 19 Mar 2021 21:54:51 +0000 (21:54 +0000)
commit70ead8ff5d2af43aa79fbc14f80fe370d569df52
tree8ed9dfe09e9883978d7ce7a5d60e750bf1e938a7
parentd02e29dabaff43bf5fb2aa2ea7778ace2223545d
startup.tcl: remove commands already deprecated in v0.7.0

Some command were already marked as deprecated in release v0.7.0,
more then 7 years ago, and for some of them the depredation date
is even earlier.
We can reasonably expect that in these 7 years any user of OpenOCD
has already migrated to v0.7.0 or to some following intermediate
build, thus has already updated any local/personal script to get
rid of the deprecated message.

Drop the commands already deprecated in v0.7.0.

Change-Id: I81cdc415ab855ebf30980ef5199f9780c5d7f932
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6085
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/flash/startup.tcl
src/jtag/startup.tcl
src/target/startup.tcl