summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 13:59:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 13:59:36 +0000
commit25e3f9a1c6754d3765d60dbb4a7d315c66ee2a72 (patch)
treed90e92bf848375a2a9531bd069a0a24761151cc0 /make
parentSwitched deviceOutputUsesInterrupts to TRUE so output would be interrupt (diff)
downloadrtems-25e3f9a1c6754d3765d60dbb4a7d315c66ee2a72.tar.bz2
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.
Diffstat (limited to 'make')
-rw-r--r--make/custom/dmv177.cfg4
1 files changed, 2 insertions, 2 deletions
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