Changeset 44d6d21 in rtems


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

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

    r3947b5d r44d6d21  
    1 /*  bsp_start()
    2  *
    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  *
     1/*
     2 *  This routine does the bulk of the system initialization.
     3 */
     4
     5/*
    86 *  The MPC860 specific stuff was written by Jay Monkman (jmonkman@frasca.com)
    97 *
     
    2523 *  The mmu is unused at this time.
    2624 *
    27  *
    2825 *  COPYRIGHT (c) 1989-2007.
    2926 *  On-Line Applications Research Corporation (OAR).
     
    3532
    3633#include <bsp.h>
     34#include <bsp/bootcard.h>
    3735
    3836/*
Note: See TracChangeset for help on using the changeset viewer.