From 81cf87001c90e5842004cd8e6cd7b564707f7149 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 6 Aug 2024 10:35:33 -0400 Subject: [PATCH] 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 --- arch/arm/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/core/Kconfig b/arch/arm/core/Kconfig index 8d677d9787e147..e0653653a78679 100644 --- a/arch/arm/core/Kconfig +++ b/arch/arm/core/Kconfig @@ -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).