summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/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/m68k/uC5282/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/m68k/uC5282/include/bsp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/include/bsp.h b/c/src/lib/libbsp/m68k/uC5282/include/bsp.h
index 00677918bd..702917042b 100644
--- a/c/src/lib/libbsp/m68k/uC5282/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/uC5282/include/bsp.h
@@ -50,17 +50,6 @@ extern int rtems_fec_driver_attach (struct rtems_bsdnet_ifconfig *config, int at
/* define which port the console should use - all other ports are then defined as general purpose */
#define CONSOLE_PORT 0
-
-/*
- * 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 */
-
/* externals */
/* constants */