mirror of
https://github.com/sandeepmistry/rtl8710-openocd.git
synced 2025-07-31 19:21:03 +00:00
finetuning
This commit is contained in:
parent
4b443f625d
commit
e0e2b289d1
2 changed files with 1 additions and 5 deletions
|
|
@ -17,8 +17,6 @@ if { [info exists ENDIAN] } {
|
|||
set _ENDIAN little
|
||||
}
|
||||
|
||||
# Work-area is a space in RAM used for flash programming
|
||||
# By default use 2kB
|
||||
if { [info exists WORKAREASIZE] } {
|
||||
set _WORKAREASIZE $WORKAREASIZE
|
||||
} else {
|
||||
|
|
@ -42,8 +40,6 @@ adapter_khz 500
|
|||
adapter_nsrst_delay 100
|
||||
|
||||
if {![using_hla]} {
|
||||
# if srst is not fitted use SYSRESETREQ to
|
||||
# perform a soft reset
|
||||
cortex_m reset_config sysresetreq
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue