From 25e3f9a1c6754d3765d60dbb4a7d315c66ee2a72 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Jul 1998 13:59:36 +0000 Subject: Switched CONSOLE_USE_INTERRUPTS to "1" so console would use interrupts. Switched PPC_USE_SPRG to "0" so RTEMS use of sprg would not conflict with any possible sprg usage by the DY-4 ROM monitor. --- make/custom/dmv177.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg index aff967ee8a..4e83c3dd55 100644 --- a/make/custom/dmv177.cfg +++ b/make/custom/dmv177.cfg @@ -61,12 +61,12 @@ define make-target-options @echo "/* #define NDEBUG 1 */ " >>$@ @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ @echo "/* #define RTEMS_DEBUG 1 */" >>$@ - @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@ + @echo "#define CONSOLE_USE_INTERRUPTS 1" >>$@ @echo "#define CONSOLE_USE_POLLED ~CONSOLE_USE_INTERRUPTS" >>$@ @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ @echo "#define PPC_ABI PPC_ABI_EABI" >>$@ @echo "#define PPC_ASM PPC_ASM_ELF" >>$@ - @echo "#define PPC_USE_SPRG 1" >>$@ + @echo "#define PPC_USE_SPRG 0" >>$@ @echo "#define PPC_USE_DATA_CACHE 0" >>$@ endef -- cgit v1.2.3