Changeset 04bafb5 in rtems


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

bfin/TLL6527M/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/bfin/TLL6527M/startup/bspstart.c

    rba1d939 r04bafb5  
    11/*  bspstart.c for TLL6527M
    22 *
    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  * 
     3 *  This routine does the bulk of the system initialisation.
     4 */
     5
     6/*
    87 * COPYRIGHT (c) 2010 by ECE Northeastern University.
    98 *
     
    1514
    1615#include <bsp.h>
     16#include <bsp/bootcard.h>
    1717#include <cplb.h>
    1818#include <bsp/interrupt.h>
     
    8989  bfin_interrupt_init();
    9090}
    91 
    92 /*
    93  *  bsp_start
    94  *
    95  *  This routine does the bulk of the system initialization.
    96  */
    9791
    9892void bsp_start( void )
Note: See TracChangeset for help on using the changeset viewer.