Changeset 48aa5e2c in rtems


Ignore:
Timestamp:
10/07/14 22:38:33 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
80207b8
Parents:
8303fc97
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 22:38:33)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:57)
Message:

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

    r8303fc97 r48aa5e2c  
    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-2007.
    87 *  On-Line Applications Research Corporation (OAR).
     
    3231#include <libcpu/spr.h>   /* registers.h is included here */
    3332#include <bsp.h>
     33#include <bsp/bootcard.h>
    3434#include <bsp/uart.h>
    3535#include <bsp/pci.h>
     
    180180  return cmdline_buf;
    181181}
    182 
    183 /*
    184  *  bsp_start
    185  *
    186  *  This routine does the bulk of the system initialization.
    187  */
    188182
    189183void bsp_start( void )
Note: See TracChangeset for help on using the changeset viewer.