summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-15 18:02:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-15 18:02:09 +0000
commit473ed53be00cc2d4e8290b23327cf1cb82c1ff7e (patch)
tree2f62a8971cb17f0df9100b513a23de4c44f00365 /make/custom
parent2001-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-473ed53be00cc2d4e8290b23327cf1cb82c1ff7e.tar.bz2
2001-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh4.cfg: Remove START_HW_INIT. * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/gensh4.cfg6
-rw-r--r--make/custom/simsh4.cfg8
2 files changed, 1 insertions, 13 deletions
diff --git a/make/custom/gensh4.cfg b/make/custom/gensh4.cfg
index e14e5f7940..dacac45989 100644
--- a/make/custom/gensh4.cfg
+++ b/make/custom/gensh4.cfg
@@ -39,13 +39,7 @@ CFLAGS_OPTIMIZE_V = -O4
# This section makes the target dependent options file.
-# START_HW_INIT
-# This switch selects whether 'early_hw_init()' is called from
-# 'start.S'; 'bsp_hw_init()' is always called from 'bspstart.c'
-#
-
define make-target-options
- @echo "#define START_HW_INIT 1" >>$@
endef
diff --git a/make/custom/simsh4.cfg b/make/custom/simsh4.cfg
index f27feff57f..7843095b26 100644
--- a/make/custom/simsh4.cfg
+++ b/make/custom/simsh4.cfg
@@ -12,7 +12,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
-RTEMS_CPU_MODEL=simsh4
+RTEMS_CPU_MODEL=sh7750
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=simsh4
@@ -38,13 +38,7 @@ CFLAGS_OPTIMIZE_V = -O4
# This section makes the target dependent options file.
-# START_HW_INIT
-# This switch selects whether 'early_hw_init()' is called from
-# 'start.S'; 'bsp_hw_init()' is always called from 'bspstart.c'
-#
-
define make-target-options
- @echo "#define START_HW_INIT 1" >>$@
endef