arch: arm: select PLATFORM_RESET_HOOK if is PLATFORM_SPECIFIC_INIT set
Temporary until usage of PLATFORM_SPECIFIC_INIT is removed in modules. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f519dd1411
commit
81cf87001c
1 changed files with 1 additions and 1 deletions
|
@ -167,8 +167,8 @@ config RUNTIME_NMI
|
|||
|
||||
config PLATFORM_SPECIFIC_INIT
|
||||
bool "Platform (SOC) specific startup hook [DEPRECATED]"
|
||||
default y if SOC_RESET_HOOK
|
||||
select DEPRECATED
|
||||
select SOC_RESET_HOOK
|
||||
help
|
||||
The platform specific initialization code (z_arm_platform_init) is
|
||||
executed at the beginning of the startup code (__start).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue