summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
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/mips/rbtx4925/include/bsp.h
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 '')
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/include/bsp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h b/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
index 2edd0b6932..c08d390401 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
+++ b/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
@@ -28,17 +28,6 @@ extern "C" {
#include <libcpu/tx4925.h>
/*
- * 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 */
-
-/*
* Define the interrupt mechanism for Time Test 27
*
* NOTE: Following are for XXX and are board independent