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:
Joel Sherrill
2008-09-25 14:10:51 +00:00
parent 808ef293d2
commit fac2a48042
2 changed files with 11 additions and 0 deletions

View File

@@ -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.

View File

@@ -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