From 01746c4fcf11929bff951a0fc39c9a77877c54a5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 13 Oct 2014 15:50:45 -0500 Subject: virtex5/startup/bspstart.c: Fix header --- 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 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 * IMD Ingenieurbuero fuer Microcomputertechnik * -- cgit v1.2.3