summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu')
-rw-r--r--c/src/exec/score/cpu/arm/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/arm/configure.ac3
-rw-r--r--c/src/exec/score/cpu/c4x/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/c4x/configure.ac3
4 files changed, 8 insertions, 6 deletions
diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog
index 5f0474ad8b..b2a6cbe020 100644
--- a/c/src/exec/score/cpu/arm/ChangeLog
+++ b/c/src/exec/score/cpu/arm/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
+
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpu.c: Include rtems/bspIo.h instead of bspIo.h.
diff --git a/c/src/exec/score/cpu/arm/configure.ac b/c/src/exec/score/cpu/arm/configure.ac
index c8c2487ba2..b1c1cb24c6 100644
--- a/c/src/exec/score/cpu/arm/configure.ac
+++ b/c/src/exec/score/cpu/arm/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/c/src/exec/score/cpu/c4x/ChangeLog b/c/src/exec/score/cpu/c4x/ChangeLog
index b7e9d4654e..5b212e1c4b 100644
--- a/c/src/exec/score/cpu/c4x/ChangeLog
+++ b/c/src/exec/score/cpu/c4x/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
+
2001-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_ENV_RTEMSCPU.
diff --git a/c/src/exec/score/cpu/c4x/configure.ac b/c/src/exec/score/cpu/c4x/configure.ac
index 39d1ec5bec..78d654425a 100644
--- a/c/src/exec/score/cpu/c4x/configure.ac
+++ b/c/src/exec/score/cpu/c4x/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