config scripts: remove useless reference to OpenOCD docs

clutters config scripts.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe
2010-08-11 10:53:54 +02:00
parent 91305bfa7f
commit ba951aede3
10 changed files with 0 additions and 30 deletions
-3
View File
@@ -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
-3
View File
@@ -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