summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ss555
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/ss555
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 'c/src/lib/libbsp/powerpc/ss555')
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/include/bsp.h10
2 files changed, 5 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/powerpc/ss555/ChangeLog b/c/src/lib/libbsp/powerpc/ss555/ChangeLog
index 02cbfad1ce..3bf84afbfc 100644
--- a/c/src/lib/libbsp/powerpc/ss555/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ss555/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/ss555/include/bsp.h b/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
index 18d43a79b3..e4fd98df1b 100644
--- a/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
@@ -76,16 +76,6 @@ typedef struct cpld_ {
extern volatile cpld_t cpld; /* defined in linkcmds */
/*
- * 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
*
* The following require that IRQ7 be jumpered to ground. On the SS555,