Changeset 7ac87aee in rtems


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

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

    rdbd8b307 r7ac87aee  
    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-2007.
    87 *  On-Line Applications Research Corporation (OAR).
     
    1615
    1716#include <bsp/consoleIo.h>
     17#include <bsp/bootcard.h>
    1818#include <libcpu/spr.h>
    1919#include <bsp/residual.h>
Note: See TracChangeset for help on using the changeset viewer.