tcl/target: drop more useless reset-start events
These target configs implement neither device clock setting nor boost of adapter speed in reset-init event. Therefore it's not necessary to set back the safe speed in reset-start Change-Id: I7dcd6f6d1a977388c7a0bc45fe46ede955bd45cb Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: https://review.openocd.org/c/openocd/+/9129 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
c168761983
commit
a482b78941
@@ -31,7 +31,6 @@ target create $_TARGETNAME xscale -endian $_ENDIAN \
|
||||
# Until the PLL kicks in, keep the JTAG clock slow enough
|
||||
# that we get no errors.
|
||||
adapter speed 300
|
||||
$_TARGETNAME configure -event "reset-start" { adapter speed 300 }
|
||||
|
||||
# both TRST and SRST are *required* for debug
|
||||
# DCSR is often accessed with SRST active
|
||||
|
||||
Reference in New Issue
Block a user