mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
Supply default reset_config statement to make target scripts useful standalone and provide sensible default
This commit is contained in:
parent
c3428f5b7a
commit
b23b096c8e
@ -1,7 +1,7 @@
|
||||
# imx31 config
|
||||
#
|
||||
|
||||
reset_config trst_and_srst
|
||||
reset_config trst_and_srst srst_nogate
|
||||
|
||||
if { [info exists CHIPNAME] } {
|
||||
set _CHIPNAME $CHIPNAME
|
||||
|
@ -1,6 +1,9 @@
|
||||
# imx35 config
|
||||
#
|
||||
|
||||
reset_config trst_and_srst srst_nogate
|
||||
|
||||
|
||||
if { [info exists CHIPNAME] } {
|
||||
set _CHIPNAME $CHIPNAME
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user