summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 15:50:45 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:46 -0500
commit01746c4fcf11929bff951a0fc39c9a77877c54a5 (patch)
tree259ceea186c5b0db75df5ae9ddedce486e561260
parentvirtex4/startup/bspstart.c: Fix header (diff)
downloadrtems-01746c4fcf11929bff951a0fc39c9a77877c54a5.tar.bz2
virtex5/startup/bspstart.c: Fix header
-rw-r--r--c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c b/c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c
index 4ff5b2e396..7db41bde18 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c
@@ -1,14 +1,12 @@
-/* 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
*