From ba951aede3aa98591087428955dad51279e6a5ea Mon Sep 17 00:00:00 2001
From: Øyvind Harboe <oyvind.harboe@zylin.com>
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 <oyvind.harboe@zylin.com>
---
 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(-)

(limited to 'tcl')

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
diff --git a/tcl/target/at91sam7sx.cfg b/tcl/target/at91sam7sx.cfg
index f3cc88e9..6cbd6b67 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 <driver> <base_addr> <size> <chip_width> <bus_width> <target_number> [<target_name> <banks> <sectors_per_bank> <pages_per_sector> <page_size> <num_nvmbits> <ext_freq_khz>]
 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 8ed6352c..6f341717 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 <name> lpc2000 <base> <size> 0 0 <target#> <variant> <clock> [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 bb7cdeef..212a2673 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 202668b8..efffd040 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 19145e5c..dd364585 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 <driver> <base_addr> <size> <chip_width> <bus_width> <target_number> [<target_name> <banks> <sectors_per_bank> <pages_per_sector> <page_size> <num_nvmbits> <ext_freq_khz>]
 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 a13dc314..fa59e351 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 a5955b68..0f61d443 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 a16c83a0..9b0a7083 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
-- 
cgit v1.2.3