File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
config SOC_FAMILY_NORDIC_NRF
10
10
select SOC_COMPATIBLE_NRF
11
- select SOC_RESET_HOOK if ARM
11
+ select SOC_RESET_HOOK
12
12
select CMSIS_CORE_HAS_SYSTEM_CORE_CLOCK if ARM
13
13
14
14
if SOC_FAMILY_NORDIC_NRF
Original file line number Diff line number Diff line change 3
3
4
4
add_subdirectory_ifdef (CONFIG_RISCV_CORE_NORDIC_VPR vpr )
5
5
6
- if (CONFIG_ARM )
7
- # Let SystemInit() be called in place of soc_reset_hook() by default.
8
- zephyr_linker_symbol (SYMBOL soc_reset_hook EXPR "@SystemInit@" )
6
+ # Let SystemInit() be called in place of soc_reset_hook() by default.
7
+ zephyr_linker_symbol (SYMBOL soc_reset_hook EXPR "@SystemInit@" )
9
8
10
- # This file is used when the CMake linker script generator is disabled.
11
- zephyr_linker_sources (SECTIONS arm_platform_init.ld )
12
- endif ()
9
+ # This file is used when the CMake linker script generator is disabled.
10
+ zephyr_linker_sources (SECTIONS platform_init.ld )
13
11
14
12
zephyr_library_sources_ifdef (CONFIG_POWEROFF poweroff.c )
15
13
if (CONFIG_ARM )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments