Skip to content

Commit 81cf870

Browse files
nashifcarlescufi
authored andcommitted
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 <[email protected]>
1 parent f519dd1 commit 81cf870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/core/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ config RUNTIME_NMI
167167

168168
config PLATFORM_SPECIFIC_INIT
169169
bool "Platform (SOC) specific startup hook [DEPRECATED]"
170+
default y if SOC_RESET_HOOK
170171
select DEPRECATED
171-
select SOC_RESET_HOOK
172172
help
173173
The platform specific initialization code (z_arm_platform_init) is
174174
executed at the beginning of the startup code (__start).

0 commit comments

Comments
 (0)