forked from Imagelibrary/rtems
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/mrm332/include/bsp.h, c/src/lib/libbsp/m68k/mrm332/start/start.S, c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include <rtems/m68k/sim.h> instead of <sim.h>. * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include <rtems/m68k/qsm.h> instead of <qsm.h>.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
|
||||
|
||||
* c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
|
||||
c/src/lib/libbsp/m68k/mrm332/start/start.S,
|
||||
c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
|
||||
<rtems/m68k/sim.h> instead of <sim.h>.
|
||||
* c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
|
||||
<rtems/m68k/qsm.h> instead of <qsm.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
@@ -27,8 +27,8 @@ extern "C" {
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <mrm332.h>
|
||||
#include <sim.h>
|
||||
#include <qsm.h>
|
||||
#include <rtems/m68k/sim.h>
|
||||
#include <rtems/m68k/qsm.h>
|
||||
|
||||
/*
|
||||
* confdefs.h overrides for this BSP:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "mrm332.h"
|
||||
#include <rtems/asm.h>
|
||||
#include <sim.h>
|
||||
#include <rtems/m68k/sim.h>
|
||||
|
||||
BEGIN_CODE
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
#include <mrm332.h>
|
||||
#include <sim.h>
|
||||
#include <rtems/m68k/sim.h>
|
||||
#define __START_C__
|
||||
#include "bsp.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user