summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 15:56:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 15:56:13 +0000
commiteaff189842ec8479683e9eb11959c987ec8bc43c (patch)
treeaf1e34a49f844ad4c4ed365b4f9cec6818b4c5c5 /c/src/lib/libbsp/sparc/leon3/include/bsp.h
parent2007-03-10 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-eaff189842ec8479683e9eb11959c987ec8bc43c.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/leon3/include/bsp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/include/bsp.h b/c/src/lib/libbsp/sparc/leon3/include/bsp.h
index e443859ec9..28f3f3ea0c 100644
--- a/c/src/lib/libbsp/sparc/leon3/include/bsp.h
+++ b/c/src/lib/libbsp/sparc/leon3/include/bsp.h
@@ -77,18 +77,6 @@ extern int rtems_leon_greth_driver_attach(
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH RTEMS_BSP_NETWORK_DRIVER_ATTACH_GRETH
#endif
-
-/*
- * 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 */
-
/*
* Simple spin delay in microsecond units for device drivers.
* This is very dependent on the clock speed of the target.