Changeset 2a6fd65 in rtems


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

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

    r7307eb14 r2a6fd65  
    11/*  bspstart.c for eZKit533
    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) 2006 by Atos Automacao Industrial Ltda.
    98 *             written by Alain Schaefer <alain.schaefer@easc.ch>
     
    1514 */
    1615
    17 
    1816#include <bsp.h>
     17#include <bsp/bootcard.h>
    1918#include <cplb.h>
    2019#include <libcpu/interrupt.h>
     
    8079  bfin_interrupt_init();
    8180}
    82 
    83 /*
    84  *  bsp_start
    85  *
    86  *  This routine does the bulk of the system initialization.
    87  */
    8881
    8982void bsp_start( void )
Note: See TracChangeset for help on using the changeset viewer.