mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user