remove annoying $URL$ startup message
[fw/openocd] / tcl / target / at91sam3uXX.cfg
index d54d3a4daa0232cd04cec0ea409c25a5bf632a44..b948c64a8ad0c3b8d3a1e58cede0aff855dbcad2 100644 (file)
@@ -33,9 +33,7 @@ set _TARGETNAME $_CHIPNAME.cpu
 target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNAME
 
 # 16K is plenty, the smallest chip has this much
-$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 16384 -work-area-backup 0
-
-reset_config srst_only
+$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size 16384 -work-area-backup 0
 
 $_TARGETNAME configure -event gdb-flash-erase-start {
     halt