summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 17:53:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 17:53:45 +0000
commitc2bbfb5255611f9052632e955b964b54836d20c0 (patch)
tree50b2c7c0f3a97a86812171f66679064a58c5b7d1
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c2bbfb5255611f9052632e955b964b54836d20c0.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* custom/psim.cfg: Removed unused variables.
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/psim.cfg14
2 files changed, 4 insertions, 14 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 19a5df4e57..2e6eb25a8c 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,6 +1,10 @@
2001-01-03 Joel Sherrill <joel@OARcorp.com>
+ * custom/psim.cfg: Removed unused variables.
+
+2001-01-03 Joel Sherrill <joel@OARcorp.com>
+
* custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
* custom/simcpu32.cfg: Removed MVME162 reference.
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