Changeset 527a08ba in rtems


Ignore:
Timestamp:
10/07/14 22:23:11 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
bb9448b
Parents:
2a6fd65
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 22:23:11)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:55)
Message:

m68k/av5282/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/av5282/startup/bspstart.c

    r2a6fd65 r527a08ba  
    11/*
    2  *  BSP startup
    3  *
    4  *  This routine starts the application.  It includes application,
    5  *  board, and monitor specific initialization and configuration.
    6  *  The generic CPU dependent initialization has been performed
    7  *  before this routine is invoked.
    8  *
     2 *  This routine does the bulk of the system initialisation.
     3 */
     4
     5/*
    96 *  Author:
    107 *    David Fiddes, D.J@fiddes.surfaid.org
     
    2017
    2118#include <bsp.h>
     19#include <bsp/bootcard.h>
    2220#include <string.h>
    2321
     
    130128}
    131129
    132 /*
    133  *  bsp_start
    134  *
    135  *  This routine does the bulk of the system initialisation.
    136  */
    137130void bsp_start( void )
    138131{
Note: See TracChangeset for help on using the changeset viewer.