Skip to content

Commit

Permalink
arch: arm: select PLATFORM_RESET_HOOK if is PLATFORM_SPECIFIC_INIT set
Browse files Browse the repository at this point in the history
Temporary until usage of PLATFORM_SPECIFIC_INIT is removed in modules.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and carlescufi committed Sep 9, 2024
1 parent f519dd1 commit 81cf870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 81cf870

Please sign in to comment.