summaryrefslogtreecommitdiff
path: root/tcl/target/at91sam3uXX.cfg
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-10 09:25:26 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-10 09:25:26 -0800
commit6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9 (patch)
treebac1ae421726a589ae26d22a10ce26f75719a74a /tcl/target/at91sam3uXX.cfg
parent85944d4144a1df0647e4324d1cf8ae9a276b70e5 (diff)
downloadopenocd_libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.gz
openocd_libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.bz2
openocd_libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.xz
openocd_libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.zip
target.cfg: (re)move some bogus reset_config lines
General rule, this is all board-specific and doesn't belong in target config files. Some of these were just cosmetic. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/target/at91sam3uXX.cfg')
-rw-r--r--tcl/target/at91sam3uXX.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcl/target/at91sam3uXX.cfg b/tcl/target/at91sam3uXX.cfg
index 985e052a..b948c64a 100644
--- a/tcl/target/at91sam3uXX.cfg
+++ b/tcl/target/at91sam3uXX.cfg
@@ -35,8 +35,6 @@ target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNA
# 16K is plenty, the smallest chip has this much
$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size 16384 -work-area-backup 0
-reset_config srst_only
-
$_TARGETNAME configure -event gdb-flash-erase-start {
halt
}