summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme167.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-18 14:11:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-18 14:11:02 +0000
commitc2b12f2461beeadd67fcc6f8c28fbe0397f5cc0f (patch)
treeb9270a39936c61e9b9daa133aae5b90eea91eb5a /make/custom/mvme167.cfg
parent2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c2b12f2461beeadd67fcc6f8c28fbe0397f5cc0f.tar.bz2
2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/armulator.cfg: Remove make-target-options. * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE (now in erc32/configure.ac). * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE (now in leon2/configure.ac). Remove CONSOLE_USE_POLLED (Unused). * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE, CD2401_USE_TERMIOS (now in mvme167/configure.ac). * custom/mvme162.cfg: Remove references to mvme162lx. Abandon gcc272. Remove make-target-options. * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
Diffstat (limited to 'make/custom/mvme167.cfg')
-rw-r--r--make/custom/mvme167.cfg8
1 files changed, 1 insertions, 7 deletions
diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg
index a5fa226015..f82dee1bd6 100644
--- a/make/custom/mvme167.cfg
+++ b/make/custom/mvme167.cfg
@@ -26,12 +26,6 @@ CPU_CFLAGS = -m68040
# BSP specific preprocessor flags.
# These should only be used in BSP dependent directories.
#
-# CD2401_INT_LEVEL
-# Interrupt level for the CD2401(when CD2401_IO_MODE == 1).
-#
-# CD2401_IO_MODE
-# 0 for polled I/O, 1 for interrupt-driven.
-#
# CONSOLE_MINOR
# Port to use for the RTEMS console
# 0 - /dev/tty0, Serial Port 1/Console on the MVME712M.
@@ -46,7 +40,7 @@ CPU_CFLAGS = -m68040
# 2 - /dev/tty2, Serial Port 3 on the MVME712M.
# 3 - /dev/tty3, Serial Port 4 on the MVME712M.
-BSP_CPPFLAGS += -DCD2401_INT_LEVEL=1 -DCD2401_IO_MODE=0 -DCD2401_USE_TERMIOS=0 -DCONSOLE_MINOR=1 -DPRINTK_MINOR=1
+BSP_CPPFLAGS += -DCONSOLE_MINOR=1 -DPRINTK_MINOR=1
CFLAGS_DEBUG_V += -ggdb