From 5658e9e30d529c2a9b9f92ffd07b3090d3ca49cd Mon Sep 17 00:00:00 2001 From: Bernard Lee Date: Mon, 18 Jul 2022 17:53:24 +0800 Subject: [PATCH] soc: arm: nordic_nrf: include linker sections header Include linker sections header to move z_arm_platform_init to text section. It is now is placed in the TEXT section. Signed-off-by: Bernard Lee --- soc/arm/nordic_nrf/common/soc_nrf_common.S | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/nordic_nrf/common/soc_nrf_common.S b/soc/arm/nordic_nrf/common/soc_nrf_common.S index df31d18c67e..9067ff5a94c 100644 --- a/soc/arm/nordic_nrf/common/soc_nrf_common.S +++ b/soc/arm/nordic_nrf/common/soc_nrf_common.S @@ -10,6 +10,7 @@ */ #include +#include _ASM_FILE_PROLOGUE