summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 15:50:37 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:46 -0500
commit1e77dde7d7d7065044d20b08e7c49d963d1a2209 (patch)
treeda84f748042c7f1752dcb8efb124bf0737e4e8c3
parentmvme3100/startup/bspstart.c: Remove myCpu variables and clean up (diff)
downloadrtems-1e77dde7d7d7065044d20b08e7c49d963d1a2209.tar.bz2
virtex4/startup/bspstart.c: Fix header
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/startup/bspstart.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/powerpc/virtex4/startup/bspstart.c b/c/src/lib/libbsp/powerpc/virtex4/startup/bspstart.c
index 85f7847599..90dafd27c1 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/virtex4/startup/bspstart.c
@@ -1,14 +1,11 @@
-/* bsp_start()
- *
+/*
* This routine starts the application. It includes application,
* board, and monitor specific initialization and configuration.
* The generic CPU dependent initialization has been performed
* before this routine is invoked.
- *
- * INPUT: NONE
- *
- * OUTPUT: NONE
- *
+ */
+
+/*
* Author: Thomas Doerfler <td@imd.m.isar.de>
* IMD Ingenieurbuero fuer Microcomputertechnik
*