diff options
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/microchip_explorer16.cfg | 3 | ||||
-rw-r--r-- | tcl/board/str910-eval.cfg | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tcl/board/microchip_explorer16.cfg b/tcl/board/microchip_explorer16.cfg index f5c4faab..7c036c66 100644 --- a/tcl/board/microchip_explorer16.cfg +++ b/tcl/board/microchip_explorer16.cfg @@ -8,6 +8,3 @@ set CPUTAPID 0x30938053 set WORKAREASIZE 32768 source [find target/pic32mx.cfg] - -# For more information about the configuration files, take a look at: -# openocd.texi diff --git a/tcl/board/str910-eval.cfg b/tcl/board/str910-eval.cfg index 9e3f8810..38a1477c 100644 --- a/tcl/board/str910-eval.cfg +++ b/tcl/board/str910-eval.cfg @@ -62,6 +62,3 @@ set _FLASHNAME $_CHIPNAME.flash0 flash bank $_FLASHNAME str9x 0x00000000 0x00080000 0 0 0 set _FLASHNAME $_CHIPNAME.flash1 flash bank $_FLASHNAME str9x 0x00080000 0x00008000 0 0 0 - -# For more information about the configuration files, take a look at: -# openocd.texi |