Changeset 14b197a in rtems


Ignore:
Timestamp:
10/07/14 22:40:00 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
bf19dbc3
Parents:
978ad76e
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 22:40:00)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:57)
Message:

sparc64/shared/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/sparc64/shared/startup/bspstart.c

    r978ad76e r14b197a  
    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-1999.
    87 *  On-Line Applications Research Corporation (OAR).
     
    1312 */
    1413
    15 #include <string.h>
    16 
    1714#include <bsp.h>
     15#include <bsp/bootcard.h>
    1816
    1917extern void sparc64_install_isr_entries(void);
    2018
    21 /*
    22  *  bsp_start
    23  *
    24  *  This routine does the bulk of the system initialization.
    25  */
    26 
    2719void bsp_start( void )
    2820{
    29 /*      bootstrap(); */
    30         sparc64_install_isr_entries();
     21  sparc64_install_isr_entries();
    3122}
Note: See TracChangeset for help on using the changeset viewer.