summaryrefslogtreecommitdiffstats
path: root/make/custom/simsh4.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/simsh4.cfg8
1 files changed, 1 insertions, 7 deletions
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