summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/avr
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /c/src/lib/libbsp/avr
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to 'c/src/lib/libbsp/avr')
-rw-r--r--c/src/lib/libbsp/avr/avrtest/README4
-rw-r--r--c/src/lib/libbsp/avr/avrtest/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/avr/avrtest/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg2
-rw-r--r--c/src/lib/libbsp/avr/avrtest/start/start.S1
-rw-r--r--c/src/lib/libbsp/avr/avrtest/startup/linkcmds4
6 files changed, 0 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/avr/avrtest/README b/c/src/lib/libbsp/avr/avrtest/README
index 910f992492..ac097e4dbd 100644
--- a/c/src/lib/libbsp/avr/avrtest/README
+++ b/c/src/lib/libbsp/avr/avrtest/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This BSP is designed to operate on the AVR Mega128 variants.
It has been run on AVRTEST and SIMULAVRXX simulators.
diff --git a/c/src/lib/libbsp/avr/avrtest/console/console-io.c b/c/src/lib/libbsp/avr/avrtest/console/console-io.c
index 792f249aa9..6ff29b2db0 100644
--- a/c/src/lib/libbsp/avr/avrtest/console/console-io.c
+++ b/c/src/lib/libbsp/avr/avrtest/console/console-io.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/avr/avrtest/include/bsp.h b/c/src/lib/libbsp/avr/avrtest/include/bsp.h
index 54ddfa033f..f46194fc99 100644
--- a/c/src/lib/libbsp/avr/avrtest/include/bsp.h
+++ b/c/src/lib/libbsp/avr/avrtest/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg
index 4a2e23f059..e4857cd2ff 100644
--- a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg
+++ b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg
@@ -1,8 +1,6 @@
#
# Config file for the AVR ATmega128 on avrtest Simulator
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/avr/avrtest/start/start.S b/c/src/lib/libbsp/avr/avrtest/start/start.S
index eb9230a9c7..22853a26b3 100644
--- a/c/src/lib/libbsp/avr/avrtest/start/start.S
+++ b/c/src/lib/libbsp/avr/avrtest/start/start.S
@@ -29,7 +29,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#if (__GNUC__ < 3) || (__GNUC__ == 3 && __GNUC_MINOR__ < 3)
#error "GCC version >= 3.3 required"
diff --git a/c/src/lib/libbsp/avr/avrtest/startup/linkcmds b/c/src/lib/libbsp/avr/avrtest/startup/linkcmds
index 24b80e0942..fff75645b6 100644
--- a/c/src/lib/libbsp/avr/avrtest/startup/linkcmds
+++ b/c/src/lib/libbsp/avr/avrtest/startup/linkcmds
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Declare some sizes.
*/
RamBase = DEFINED(RamBase) ? RamBase : 0x08000000;