Changeset b587a20 in rtems


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

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

    r736abcf rb587a20  
    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 <rtems/rtems/cache.h>
    2321
    24 /*
    25  *  bsp_start
    26  *
    27  *  This routine does the bulk of the system initialisation.
    28  */
    2922void bsp_start(void)
    3023{
Note: See TracChangeset for help on using the changeset viewer.