summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/gensh1.cfg6
-rw-r--r--make/custom/gensh2.cfg6
3 files changed, 5 insertions, 12 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 3883df7b77..22091106c2 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,9 @@
+2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
+ * custom/gensh2.cfg: Dito.
+
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index d824d42364..df1db6a9b2 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -8,8 +8,6 @@
# $Id$
#
-# HZ=20000000
-
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
@@ -18,10 +16,6 @@ RTEMS_CPU_MODEL=sh7032
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=gensh1
-# BSP specific preprocessor flags.
-# These should only be used in BSP dependent directories.
-# BSP_CPPFLAGS=-DHZ=$(CPU_CLOCK_RATE_HZ)
-
#
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg
index 70b816c713..7b5012fb09 100644
--- a/make/custom/gensh2.cfg
+++ b/make/custom/gensh2.cfg
@@ -8,8 +8,6 @@
# $Id$
#
-HZ:=29491200
-
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
@@ -18,10 +16,6 @@ RTEMS_CPU_MODEL=sh7045
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=gensh2
-# BSP specific preprocessor flags.
-# These should only be used in BSP dependent directories.
-BSP_CPPFLAGS=-DHZ=$(HZ)
-
#
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.