summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/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/sparc/leon2/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/sparc/leon2/include/bsp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/include/bsp.h b/c/src/lib/libbsp/sparc/leon2/include/bsp.h
index 712b292415..7d344a1880 100644
--- a/c/src/lib/libbsp/sparc/leon2/include/bsp.h
+++ b/c/src/lib/libbsp/sparc/leon2/include/bsp.h
@@ -54,17 +54,6 @@ extern int rtems_smc91111_driver_attach_leon2(struct rtems_bsdnet_ifconfig *conf
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH_SMC91111 rtems_smc91111_driver_attach_leon2
/*
- * 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 3 /* 3 seconds */
-#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
-
-/*
* The synchronous trap is an arbitrarily chosen software trap.
*/