Changeset 253f5ec3 in rtems


Ignore:
Timestamp:
10/07/14 22:31:19 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
dbd8b307
Parents:
0aab0a8
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 22:31:19)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:56)
Message:

m68k/uC5282/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/uC5282/startup/bspstart.c

    r0aab0a8 r253f5ec3  
    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: W. Eric Norum <norume@aps.anl.gov>
    107 *
     
    1815
    1916#include <bsp.h>
     17#include <bsp/bootcard.h>
    2018#include <rtems/error.h>
    2119#include <errno.h>
     
    233231}
    234232
    235 /*
    236  *  bsp_start
    237  *
    238  *  This routine does the bulk of the system initialisation.
    239  */
    240233void bsp_start( void )
    241234{
Note: See TracChangeset for help on using the changeset viewer.