[rtems commit] virtex5/startup/bspstart.c: Fix header

Joel Sherrill joel at rtems.org
Thu Oct 16 13:50:01 UTC 2014


Module:    rtems
Branch:    master
Commit:    01746c4fcf11929bff951a0fc39c9a77877c54a5
Changeset: http://git.rtems.org/rtems/commit/?id=01746c4fcf11929bff951a0fc39c9a77877c54a5

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Oct 13 15:50:45 2014 -0500

virtex5/startup/bspstart.c: Fix header

---

 .../lib/libbsp/powerpc/virtex5/startup/bspstart.c  |   10 ++++------
 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 4ff5b2e..7db41bd 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 at imd.m.isar.de>
  *              IMD Ingenieurbuero fuer Microcomputertechnik
  *



More information about the vc mailing list