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

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


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

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

virtex4/startup/bspstart.c: Fix header

---

 .../lib/libbsp/powerpc/virtex4/startup/bspstart.c  |   11 ++++-------
 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 85f7847..90dafd2 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 at imd.m.isar.de>
  *              IMD Ingenieurbuero fuer Microcomputertechnik
  *



More information about the vc mailing list