summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:21:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:21:25 +0000
commit3344730a1a6485f68b73a7b9612911ba74d0c932 (patch)
treefaddae691634d618e94e2d87437be9f6a4a6b3c2 /c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
parent2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-3344730a1a6485f68b73a7b9612911ba74d0c932.tar.bz2
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/include/bsp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
index 395c0668a9..58e192407a 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
@@ -65,16 +65,6 @@ int rtems_dmv177_sonic_driver_attach(struct rtems_bsdnet_ifconfig *config);
( (_frequency /( _clock_by * 2 * _baud_rate)) - 2)
/*
- * 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 */
-
-/*
* Stuff for Time Test 27
*/