summaryrefslogtreecommitdiffstats
path: root/make/custom/score603e.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/score603e.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index 699184847c..a7db5b1c8d 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -15,7 +15,6 @@ ifeq ($(SCORE603E_GENERATION),)
SCORE603E_GENERATION=2
endif
-
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=score603e
@@ -34,9 +33,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# This section makes the target dependent options file.
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# do not pause between screens of output in the rtems tests
-#
# CONSOLE_USE_POLLED (score603e_bsp)
# CONSOLE_USE_INTERRUPTS (score603e_bsp)
# The score603e console driver has the structure to operate in either
@@ -67,7 +63,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
#
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define INITIALIZE_COM_PORTS 1" >>$@
@echo "#define SCORE603E_GENERATION $(SCORE603E_GENERATION)" >>$@