Changeset f57aa10 in rtems


Ignore:
Timestamp:
10/07/14 22:32:17 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
3947b5d
Parents:
7ac87aee
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 22:32:17)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:56)
Message:

powerpc/haleakala/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/powerpc/haleakala/startup/bspstart.c

    r7ac87aee rf57aa10  
    1 /*  bsp_start()
    2  *
    3  *  This routine starts the application.  It includes application,
    4  *  board, and monitor specific initialization and configuration.
    5  *  The generic CPU dependent initialization has been performed
    6  *  before this routine is invoked.
    7  *
    8  *  INPUT:  NONE
    9  *
    10  *  OUTPUT: NONE
    11  *
     1/*
     2 *  This routine does the bulk of the system initialization.
     3 */
     4
     5/*
    126 *  Author:     Thomas Doerfler <td@imd.m.isar.de>
    137 *              IMD Ingenieurbuero fuer Microcomputertechnik
     
    6357
    6458#include <bsp.h>
     59#include <bsp/bootcard.h>
    6560#include <bsp/uart.h>
    6661#include <bsp/irq.h>
     
    165160/*===================================================================*/
    166161
    167 
    168 /*
    169  *  bsp_start
    170  *
    171  *  This routine does the bulk of the system initialization.
    172  */
    173162void bsp_start( void )
    174163{
Note: See TracChangeset for help on using the changeset viewer.