mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/start/start.S: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* shared/start/start.S: Add BFIN_ON_SKYEYE define to disable features
|
||||||
|
not supported on simulator.
|
||||||
|
|
||||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* shared/bspgetworkarea.c: Removed.
|
* shared/bspgetworkarea.c: Removed.
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
#include <rtems/bfin/bfin.h>
|
#include <rtems/bfin/bfin.h>
|
||||||
|
|
||||||
|
#include <bspopts.h>
|
||||||
|
|
||||||
#ifndef LO
|
#ifndef LO
|
||||||
#define LO(con32) ((con32) & 0xFFFF)
|
#define LO(con32) ((con32) & 0xFFFF)
|
||||||
#endif
|
#endif
|
||||||
@@ -20,7 +22,11 @@ __init:
|
|||||||
__fini:
|
__fini:
|
||||||
|
|
||||||
|
|
||||||
|
#if (BFIN_ON_SKYEYE)
|
||||||
|
.section .init
|
||||||
|
#else
|
||||||
.section .l1code
|
.section .l1code
|
||||||
|
#endif
|
||||||
.align 4
|
.align 4
|
||||||
|
|
||||||
.global __start
|
.global __start
|
||||||
|
|||||||
Reference in New Issue
Block a user