target.cfg: (re)move some bogus reset_config lines
[fw/openocd] / tcl / target / at91sam3uXX.cfg
index 985e052ae74aa3259b6c5a35ba8627386c30a132..b948c64a8ad0c3b8d3a1e58cede0aff855dbcad2 100644 (file)
@@ -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
 }