summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-16 22:52:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-16 22:52:41 +0000
commitd49ce826ae0d4698724073e32800cff21a6717d8 (patch)
tree1381d77d6d6df44a7809c349154914781f129710 /cpukit
parent2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d49ce826ae0d4698724073e32800cff21a6717d8.tar.bz2
2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* asm.h: Remove #include <rtems/score/targopts.h>. Add #include <rtems/score/cpuopts.h>. * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog7
-rw-r--r--cpukit/score/cpu/mips/asm.h2
-rw-r--r--cpukit/score/cpu/mips/configure.ac3
-rw-r--r--cpukit/score/cpu/mips/rtems/asm.h2
4 files changed, 9 insertions, 5 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index 2b786ea458..2523d85f4d 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * asm.h: Remove #include <rtems/score/targopts.h>.
+ Add #include <rtems/score/cpuopts.h>.
+ * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
+
+
2001-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_ENV_RTEMSCPU.
diff --git a/cpukit/score/cpu/mips/asm.h b/cpukit/score/cpu/mips/asm.h
index 671821afb9..509678fad3 100644
--- a/cpukit/score/cpu/mips/asm.h
+++ b/cpukit/score/cpu/mips/asm.h
@@ -34,7 +34,7 @@
#ifndef ASM
#define ASM
#endif
-#include <rtems/score/targopts.h>
+#include <rtems/score/cpuopts.h>
#include <rtems/score/mips.h>
/*
diff --git a/cpukit/score/cpu/mips/configure.ac b/cpukit/score/cpu/mips/configure.ac
index 9f4e70e4b3..c83e972507 100644
--- a/cpukit/score/cpu/mips/configure.ac
+++ b/cpukit/score/cpu/mips/configure.ac
@@ -25,9 +25,6 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
-# Check if there is custom/*.cfg for this BSP
-RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
-
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
rtems/Makefile
diff --git a/cpukit/score/cpu/mips/rtems/asm.h b/cpukit/score/cpu/mips/rtems/asm.h
index 671821afb9..509678fad3 100644
--- a/cpukit/score/cpu/mips/rtems/asm.h
+++ b/cpukit/score/cpu/mips/rtems/asm.h
@@ -34,7 +34,7 @@
#ifndef ASM
#define ASM
#endif
-#include <rtems/score/targopts.h>
+#include <rtems/score/cpuopts.h>
#include <rtems/score/mips.h>
/*