Changeset 7307eb14 in rtems


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

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

    rd37ec8d8 r7307eb14  
    11/*  bspstart.c for bf537Stamp
    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>
     
    1716
    1817#include <bsp.h>
     18#include <bsp/bootcard.h>
    1919#include <libcpu/bf537.h>
    2020#include <libcpu/ebiuRegs.h>
     
    8080}
    8181
    82 /*
    83  *  bsp_start
    84  *
    85  *  This routine does the bulk of the BSP initialization.
    86  */
    8782void bsp_start(void)
    8883{
Note: See TracChangeset for help on using the changeset viewer.