[PATCH 13/62] virtex5/startup/bspstart.c: Fix header

Joel Sherrill joel.sherrill at oarcorp.com
Wed Oct 15 20:00:03 UTC 2014


---
 c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c | 10 ++++------
 1 file 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
  *
-- 
1.9.3




More information about the devel mailing list