From ba951aede3aa98591087428955dad51279e6a5ea Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Wed, 11 Aug 2010 10:53:54 +0200 Subject: config scripts: remove useless reference to OpenOCD docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit clutters config scripts. Signed-off-by: Øyvind Harboe --- tcl/board/microchip_explorer16.cfg | 3 --- tcl/board/str910-eval.cfg | 3 --- 2 files changed, 6 deletions(-) (limited to 'tcl/board') 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 -- cgit v1.2.3-18-g5258