mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-04 22:55:55 +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>
|
||||
|
||||
* shared/bspgetworkarea.c: Removed.
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <rtems/bfin/bfin.h>
|
||||
|
||||
#include <bspopts.h>
|
||||
|
||||
#ifndef LO
|
||||
#define LO(con32) ((con32) & 0xFFFF)
|
||||
#endif
|
||||
@@ -20,7 +22,11 @@ __init:
|
||||
__fini:
|
||||
|
||||
|
||||
#if (BFIN_ON_SKYEYE)
|
||||
.section .init
|
||||
#else
|
||||
.section .l1code
|
||||
#endif
|
||||
.align 4
|
||||
|
||||
.global __start
|
||||
|
||||
Reference in New Issue
Block a user