summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bare
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 15:53:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 15:53:53 +0000
commit5d3d6d1a207a7cdd0948c8383d830e2c7c044b05 (patch)
tree0f69fd6a6ea89330e258a7dc1e30334a74db1ae9 /c/src/lib/libbsp/bare
parent2007-03-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-5d3d6d1a207a7cdd0948c8383d830e2c7c044b05.tar.bz2
2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1227/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION and MAX_SHORT_TEST_DURATION. They are obsolete and unused.
Diffstat (limited to 'c/src/lib/libbsp/bare')
-rw-r--r--c/src/lib/libbsp/bare/ChangeLog6
-rw-r--r--c/src/lib/libbsp/bare/include/bsp.h11
2 files changed, 6 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/bare/ChangeLog b/c/src/lib/libbsp/bare/ChangeLog
index 4bf04b1abe..0a958ef74a 100644
--- a/c/src/lib/libbsp/bare/ChangeLog
+++ b/c/src/lib/libbsp/bare/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-10 Joel Sherrill <joel@OARcorp.com>
+
+ PR 1227/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
+ MAX_SHORT_TEST_DURATION. They are obsolete and unused.
+
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Use MKDIR_P instead of mkdir_p.
diff --git a/c/src/lib/libbsp/bare/include/bsp.h b/c/src/lib/libbsp/bare/include/bsp.h
index 8f745ea0cf..004a200b44 100644
--- a/c/src/lib/libbsp/bare/include/bsp.h
+++ b/c/src/lib/libbsp/bare/include/bsp.h
@@ -37,17 +37,6 @@ extern "C" {
#define CONFIGURE_INTERRUPT_STACK_MEMORY (12 * 1024)
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
-
-/*
* Simple spin delay in microsecond units for device drivers.
* This is very dependent on the clock speed of the target.
*/