]> git.sur5r.net Git - openocd/commitdiff
strip gdb config options
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 30 Sep 2009 05:40:40 +0000 (05:40 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 30 Sep 2009 05:40:40 +0000 (05:40 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2779 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/board/mini2440.cfg
tcl/target/at91sam3uXX.cfg

index 8497bddf424674b92cadabbc460598146da57b94..277f61ff69b5e2e98458ea310dc7f52d81f45ac2 100644 (file)
@@ -123,11 +123,7 @@ reset_config trst_and_srst
 # GDB Setup
 #-------------------------------------------------------------------------
 
-    gdb_port 3333
-    gdb_detach resume
     gdb_breakpoint_override hard
-    gdb_memory_map enable
-    gdb_flash_program enable
 
 #------------------------------------------------
 # ARM SPECIFIC
index 26bb2a03dd1a21b6f0e467ff552d30faa530fb23..d54d3a4daa0232cd04cec0ea409c25a5bf632a44 100644 (file)
@@ -37,11 +37,6 @@ $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-s
 
 reset_config srst_only
 
-# GDB can use this
-gdb_memory_map enable
-# And GDB can flash the chip
-gdb_flash_program enable
-
 $_TARGETNAME configure -event gdb-flash-erase-start {
     halt
 }