summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-30 05:40:40 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-30 05:40:40 +0000
commit54c16fc56edc0a7468279b03e333e6bf5abb4b2d (patch)
treec4110b480bbc4b84814e9f1dd77c18a392d9b732 /tcl
parent642519649e9f8171f2c06260eb0280c8a060d4df (diff)
downloadopenocd+libswd-54c16fc56edc0a7468279b03e333e6bf5abb4b2d.tar.gz
openocd+libswd-54c16fc56edc0a7468279b03e333e6bf5abb4b2d.tar.bz2
openocd+libswd-54c16fc56edc0a7468279b03e333e6bf5abb4b2d.tar.xz
openocd+libswd-54c16fc56edc0a7468279b03e333e6bf5abb4b2d.zip
strip gdb config options
git-svn-id: svn://svn.berlios.de/openocd/trunk@2779 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/mini2440.cfg4
-rw-r--r--tcl/target/at91sam3uXX.cfg5
2 files changed, 0 insertions, 9 deletions
diff --git a/tcl/board/mini2440.cfg b/tcl/board/mini2440.cfg
index 8497bddf..277f61ff 100644
--- a/tcl/board/mini2440.cfg
+++ b/tcl/board/mini2440.cfg
@@ -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
diff --git a/tcl/target/at91sam3uXX.cfg b/tcl/target/at91sam3uXX.cfg
index 26bb2a03..d54d3a4d 100644
--- a/tcl/target/at91sam3uXX.cfg
+++ b/tcl/target/at91sam3uXX.cfg
@@ -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
}