summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/dmv177.cfg11
2 files changed, 5 insertions, 11 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 22091106c2..d590f1d821 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,9 @@
+2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
+ CONSOLE_USE_POLLED, HAS_RTC.
+
2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg
index 767bdfbfe2..05fb516a58 100644
--- a/make/custom/dmv177.cfg
+++ b/make/custom/dmv177.cfg
@@ -18,12 +18,6 @@ RTEMS_BSP_FAMILY=dmv177
# 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.
-#
# PPC_VECTOR_FILE_BASE (ppc)
# This defines the base address of the exception table.
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
@@ -49,8 +43,6 @@ RTEMS_BSP_FAMILY=dmv177
# The BSP actually contains the call that enables this.
define make-target-options
- @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
- @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
@echo "#define PPC_USE_SPRG 0" >>$@
@echo "#define PPC_USE_DATA_CACHE 0" >>$@
@@ -67,9 +59,6 @@ CPU_CFLAGS = -mcpu=603
# NOTE: some level of -O may be actually required by inline assembler
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
-# Define this to yes if this target supports a real-time clock.
-HAS_RTC=yes
-
# The following is a ld command file which works without using the
# -specs system in gcc 2.8. IT HAS NEVER BEEN TESTED WITH THIS BSP!!!
# $(LD) $(XLDFLAGS) -T $(LINKCMDS) \