virtex5/startup/bspstart.c: Fix header

This commit is contained in:
Joel Sherrill
2014-10-13 15:50:45 -05:00
parent 1e77dde7d7
commit 01746c4fcf

View File

@@ -1,14 +1,12 @@
/* bsp_start() /*
* *
* This routine starts the application. It includes application, * This routine starts the application. It includes application,
* board, and monitor specific initialization and configuration. * board, and monitor specific initialization and configuration.
* The generic CPU dependent initialization has been performed * The generic CPU dependent initialization has been performed
* before this routine is invoked. * before this routine is invoked.
* */
* INPUT: NONE
* /*
* OUTPUT: NONE
*
* Author: Thomas Doerfler <td@imd.m.isar.de> * Author: Thomas Doerfler <td@imd.m.isar.de>
* IMD Ingenieurbuero fuer Microcomputertechnik * IMD Ingenieurbuero fuer Microcomputertechnik
* *