From c2bbfb5255611f9052632e955b964b54836d20c0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jan 2001 17:53:45 +0000 Subject: 2001-01-03 Joel Sherrill * custom/psim.cfg: Removed unused variables. --- make/ChangeLog | 4 ++++ make/custom/psim.cfg | 14 -------------- 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,4 +1,8 @@ +2001-01-03 Joel Sherrill + + * custom/psim.cfg: Removed unused variables. + 2001-01-03 Joel Sherrill * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration. 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 -- cgit v1.2.3