Skip to content
Snippets Groups Projects
Commit b23b096c authored by Øyvind Harboe's avatar Øyvind Harboe
Browse files

Supply default reset_config statement to make target scripts useful standalone...

Supply default reset_config statement to make target scripts useful standalone and provide sensible default
parent c3428f5b
Branches
No related tags found
No related merge requests found
# imx31 config
#
reset_config trst_and_srst
reset_config trst_and_srst srst_nogate
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
......
# imx35 config
#
reset_config trst_and_srst srst_nogate
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment