Changeset 754f51b6 in rtems


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

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

    rb587a20 r754f51b6  
    11/*
    2  *  This routine starts the application.  It includes application,
    3  *  board, and monitor specific initialization and configuration.
    4  *  The generic CPU dependent initialization has been performed
    5  *  before this routine is invoked.
    6  *
     2 *  This routine does the bulk of the system initialization.
     3 */
     4
     5/*
    76 *  COPYRIGHT (c) 1989-1999.
    87 *  On-Line Applications Research Corporation (OAR).
     
    1413
    1514#include <bsp.h>
     15#include <bsp/bootcard.h>
    1616#include <rtems/zilog/z8036.h>
    1717
    18 /*
    19  *  bsp_start
    20  *
    21  *  This routine does the bulk of the system initialization.
    22  */
    2318void bsp_start( void )
    2419{
Note: See TracChangeset for help on using the changeset viewer.