tcl: update scripts after "jtag_reset" got deprecated
Avoid annoying "deprecated" messages in the scripts distributed with OpenOCD code. Change-Id: I82d27cd420db30f0653efbd286a627ef56a8c1fd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5287 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
committed by
Tomas Vanek
parent
c07b774e8f
commit
5d08bcb715
@@ -25,10 +25,10 @@ proc openrd_init { } {
|
||||
# possible that initial tap examination failed. So let's
|
||||
# re-examine the target again here when nSRST is asserted which
|
||||
# should then succeed.
|
||||
jtag_reset 0 1
|
||||
adapter assert srst
|
||||
feroceon.cpu arp_examine
|
||||
halt 0
|
||||
jtag_reset 0 0
|
||||
adapter deassert srst
|
||||
wait_halt
|
||||
|
||||
arm mcr 15 0 0 1 0 0x00052078
|
||||
|
||||
Reference in New Issue
Block a user