forked from Imagelibrary/rtems
* start.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* bspspuriousinit.c: Convert to using c99 fixed size types.
|
* bspspuriousinit.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
#if (M68K_COLDFIRE_ARCH == 0) /* All ColdFire BSPs must provide their own start vector */
|
#if (M68K_COLDFIRE_ARCH == 0) /* All ColdFire BSPs must provide their own start vector */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user