From ba951aede3aa98591087428955dad51279e6a5ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Harboe?= Date: Wed, 11 Aug 2010 10:53:54 +0200 Subject: [PATCH] config scripts: remove useless reference to OpenOCD docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit clutters config scripts. Signed-off-by: Øyvind Harboe --- tcl/board/microchip_explorer16.cfg | 3 --- tcl/board/str910-eval.cfg | 3 --- tcl/target/at91sam7sx.cfg | 3 --- tcl/target/lpc2294.cfg | 3 --- tcl/target/mega128.cfg | 3 --- tcl/target/pic32mx.cfg | 3 --- tcl/target/sam7x256.cfg | 3 --- tcl/target/stm32.cfg | 3 --- tcl/target/str710.cfg | 3 --- tcl/target/str912.cfg | 3 --- 10 files changed, 30 deletions(-) diff --git a/tcl/board/microchip_explorer16.cfg b/tcl/board/microchip_explorer16.cfg index f5c4faab4..7c036c665 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 9e3f88108..38a1477cd 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 diff --git a/tcl/target/at91sam7sx.cfg b/tcl/target/at91sam7sx.cfg index f3cc88e99..6cbd6b674 100644 --- a/tcl/target/at91sam7sx.cfg +++ b/tcl/target/at91sam7sx.cfg @@ -51,6 +51,3 @@ $_TARGETNAME configure -work-area-phys 0x00200000 -work-area-size 0x4000 -work-a #flash bank [ ] set _FLASHNAME $_CHIPNAME.flash flash bank $_FLASHNAME at91sam7 0 0 0 0 0 0 0 0 0 0 0 0 18432 - -# For more information about the configuration files, take a look at: -# openocd.texi diff --git a/tcl/target/lpc2294.cfg b/tcl/target/lpc2294.cfg index 8ed6352cd..6f3417171 100644 --- a/tcl/target/lpc2294.cfg +++ b/tcl/target/lpc2294.cfg @@ -28,6 +28,3 @@ $_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x4000 -work-a # flash bank lpc2000 0 0 [calc checksum] set _FLASHNAME $_CHIPNAME.flash flash bank $_FLASHNAME lpc2000 0x0 0x40000 0 0 $_TARGETNAME lpc2000_v1 14765 calc_checksum - -# For more information about the configuration files, take a look at: -# openocd.texi diff --git a/tcl/target/mega128.cfg b/tcl/target/mega128.cfg index bb7cdeefa..212a26731 100644 --- a/tcl/target/mega128.cfg +++ b/tcl/target/mega128.cfg @@ -38,6 +38,3 @@ flash bank $_FLASHNAME avr 0 0 0 0 $_TARGETNAME #flash write_image E:/Versaloon/Software/CAMERAPROTOCOLAGENT.hex #reset run #shutdown -# -# For more information about the configuration files, take a look at: -# openocd.texi diff --git a/tcl/target/pic32mx.cfg b/tcl/target/pic32mx.cfg index 202668b88..efffd040b 100644 --- a/tcl/target/pic32mx.cfg +++ b/tcl/target/pic32mx.cfg @@ -78,6 +78,3 @@ flash bank $_FLASHNAME pic32mx 0x1d000000 0 0 0 $_TARGETNAME # add virtual banks for kseg0 and kseg1 flash bank vbank2 virtual 0xbd000000 0 0 0 $_TARGETNAME $_FLASHNAME flash bank vbank3 virtual 0x9d000000 0 0 0 $_TARGETNAME $_FLASHNAME - -# For more information about the configuration files, take a look at: -# openocd.texi diff --git a/tcl/target/sam7x256.cfg b/tcl/target/sam7x256.cfg index 19145e5c5..dd364585f 100644 --- a/tcl/target/sam7x256.cfg +++ b/tcl/target/sam7x256.cfg @@ -48,6 +48,3 @@ $_TARGETNAME configure -work-area-phys 0x00200000 -work-area-size 0x4000 -work-a #flash bank [ ] set _FLASHNAME $_CHIPNAME.flash flash bank $_FLASHNAME at91sam7 0 0 0 0 $_TARGETNAME 0 0 0 0 0 0 0 18432 - -# For more information about the configuration files, take a look at: -# openocd.texi diff --git a/tcl/target/stm32.cfg b/tcl/target/stm32.cfg index a13dc3142..fa59e351d 100644 --- a/tcl/target/stm32.cfg +++ b/tcl/target/stm32.cfg @@ -64,6 +64,3 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE set _FLASHNAME $_CHIPNAME.flash flash bank $_FLASHNAME stm32x 0 0 0 0 $_TARGETNAME - -# For more information about the configuration files, take a look at: -# openocd.texi diff --git a/tcl/target/str710.cfg b/tcl/target/str710.cfg index a5955b68c..0f61d4438 100644 --- a/tcl/target/str710.cfg +++ b/tcl/target/str710.cfg @@ -51,6 +51,3 @@ set _FLASHNAME $_CHIPNAME.flash0 flash bank $_FLASHNAME str7x 0x40000000 0x00040000 0 0 $_TARGETNAME STR71x set _FLASHNAME $_CHIPNAME.flash1 flash bank $_FLASHNAME str7x 0x400C0000 0x00004000 0 0 $_TARGETNAME STR71x - -# For more information about the configuration files, take a look at: -# openocd.texi diff --git a/tcl/target/str912.cfg b/tcl/target/str912.cfg index a16c83a04..9b0a70830 100644 --- a/tcl/target/str912.cfg +++ b/tcl/target/str912.cfg @@ -67,6 +67,3 @@ set _FLASHNAME $_CHIPNAME.flash0 flash bank $_FLASHNAME str9x 0x00000000 0x00080000 0 0 $_TARGETNAME set _FLASHNAME $_CHIPNAME.flash1 flash bank $_FLASHNAME str9x 0x00080000 0x00008000 0 0 $_TARGETNAME - -# For more information about the configuration files, take a look at: -# openocd.texi -- 2.11.4.GIT