Changeset 3947b5d in rtems


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

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

    rf57aa10 r3947b5d  
    1 /*  bspstart.c
    2  *
    3  *  This set of routines 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  *
     1/*
     2 *  This routine does the bulk of the system initialization.
     3 */
     4
     5/*
    86 *  COPYRIGHT (c) 1989-2007.
    97 *  On-Line Applications Research Corporation (OAR).
     
    1917#include <bsp.h>
    2018#include <bsp/irq.h>
     19#include <bsp/bootcard.h>
    2120#include <rtems/bspIo.h>
    2221#include <rtems/counter.h>
Note: See TracChangeset for help on using the changeset viewer.