summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme2307.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/mvme2307.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg
index d4a628956a..838f7b3bd7 100644
--- a/make/custom/mvme2307.cfg
+++ b/make/custom/mvme2307.cfg
@@ -22,9 +22,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the rtems tests
#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-#
# CONSOLE_USE_POLLED (mvme2307_bsp)
# CONSOLE_USE_INTERRUPTS (mvme2307_bsp)
# The mvme2307 console driver has the structure to operate in either
@@ -45,7 +42,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define PPCN_60X_USE_DINK 0" >>$@
@echo "#define PPCN_60X_USE_NONE 1" >>$@
@echo "#define PPC_USE_DATA_CACHE 1" >>$@