summaryrefslogtreecommitdiffstats
path: root/make/custom/leon2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/leon2.cfg')
-rw-r--r--make/custom/leon2.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg
index c88f4de632..4493bea5c4 100644
--- a/make/custom/leon2.cfg
+++ b/make/custom/leon2.cfg
@@ -36,20 +36,6 @@ CFLAGS_OPTIMIZE_V=-O4
# NO_TABLE_MOVE (SPARC PORT)
# do not have a second trap table -- use the BSP's
#
-# CONSOLE_USE_POLLED (leon_bsp)
-# CONSOLE_USE_INTERRUPTS (leon_bsp)
-# The erc32 console driver can operate in either polled or interrupt mode.
-# Under the simulator (especially when FAST_UART is defined), polled seems
-# to operate better. It is common for a task to print a line (like the
-# end of test message) and then exit. In this case, the program returns
-# control to the simulator command line before the program has even queued
-# the output to the uart. Thus sis has no chance of getting the data out.
-#
-# SIMSPARC_FAST_IDLE (leon_bsp)
-# If defined, speed up the clock ticks while the idle task is running so
-# time spent in the idle task is minimized. This significantly reduces
-# the wall time required to execute the RTEMS test suites.
-#
# CPU_U32_FIX (all)
# Needed to align received TCP/IP packets since SPARC does not
# support unaligned memory access.
@@ -57,9 +43,6 @@ CFLAGS_OPTIMIZE_V=-O4
define make-target-options
@echo "#define NO_TABLE_MOVE 1" >>$@
- @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
- @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
- @echo "/* #define SIMSPARC_FAST_IDLE 1 */" >>$@
@echo "#define CPU_U32_FIX 1" >>$@
endef