2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* startup/bspstart.c: Remove __RTEMS_APPLICATION__
This commit is contained in:
Ralf Corsepius
2009-10-16 13:42:38 +00:00
parent bb2266e4dd
commit 3b9e40e019
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove __RTEMS_APPLICATION__
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mvme5500.cfg: New (relocated from /make/custom). * make/custom/mvme5500.cfg: New (relocated from /make/custom).

View File

@@ -44,10 +44,6 @@
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/sptables.h> #include <rtems/sptables.h>
#ifdef __RTEMS_APPLICATION__
#undef __RTEMS_APPLICATION__
#endif
/* /*
#define SHOW_MORE_INIT_SETTINGS #define SHOW_MORE_INIT_SETTINGS
#define SHOW_LCR1_REGISTER #define SHOW_LCR1_REGISTER