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:
Anas Nashif 2024-08-06 10:35:33 -04:00 committed by Carles Cufí
commit 81cf87001c

View file

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