summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/psim.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index 1ea53d2f64..aa01beb8b3 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -14,17 +14,6 @@ RTEMS_BSP_FAMILY=psim
# This section makes the target dependent options file.
-# CONSOLE_USE_POLLED (psim_bsp)
-# CONSOLE_USE_INTERRUPTS (psim_bsp)
-# The psim console driver has the structure to operate in either
-# polled or interrupt mode. However both modes only trap to the
-# monitor currently.
-#
-# PSIM_FAST_IDLE (psim_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.
-#
# PPC_VECTOR_FILE_BASE (PowerPC)
# This defines the base address of the exception table.
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
@@ -36,9 +25,6 @@ RTEMS_BSP_FAMILY=psim
# other tools like debuggers.
define make-target-options
- @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
- @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
- @echo "#define PSIM_FAST_IDLE 1" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0xFFF00100" >>$@
@echo "#define PPC_USE_SPRG 1" >>$@
endef