summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-20 13:45:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-20 13:45:51 +0000
commit08253688a08ceae5f73a231ddb356e30141cb67a (patch)
treed97b63143ceabc47a498e0bf3eb913bef0646492 /make
parent2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-08253688a08ceae5f73a231ddb356e30141cb67a.tar.bz2
2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to the BSP's configure-script). Remove BSP_CPPFLAGS (Obsolete).
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog6
-rw-r--r--make/custom/mvme167.cfg19
2 files changed, 6 insertions, 19 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 84f0e40d4c..44afe3a87e 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
+ the BSP's configure-script).
+ Remove BSP_CPPFLAGS (Obsolete).
+
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg
index 224150e6aa..6a0ade8455 100644
--- a/make/custom/mvme167.cfg
+++ b/make/custom/mvme167.cfg
@@ -23,25 +23,6 @@ RTEMS_BSP_FAMILY=mvme167
CPU_CFLAGS = -m68040
-# BSP specific preprocessor flags.
-# These should only be used in BSP dependent directories.
-#
-# CONSOLE_MINOR
-# Port to use for the RTEMS console
-# 0 - /dev/tty0, Serial Port 1/Console on the MVME712M.
-# 1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.
-# 2 - /dev/tty2, Serial Port 3 on the MVME712M.
-# 3 - /dev/tty3, Serial Port 4 on the MVME712M.
-#
-# PRINTK_MINOR
-# Port to use for printk debugging output.
-# 0 - /dev/tty0, Serial Port 1/Console on the MVME712M.
-# 1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.
-# 2 - /dev/tty2, Serial Port 3 on the MVME712M.
-# 3 - /dev/tty3, Serial Port 4 on the MVME712M.
-
-BSP_CPPFLAGS += -DCONSOLE_MINOR=1 -DPRINTK_MINOR=1
-
CFLAGS_DEBUG_V += -ggdb
# optimize flag: typically -O, could use -O4 or -fast