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.
This commit is contained in:
Joel Sherrill
2001-10-15 18:02:09 +00:00
parent 6ce599cdf6
commit 473ed53be0
3 changed files with 6 additions and 13 deletions

View File

@@ -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

View File

@@ -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