arch: arm: cleanup of soc flags in arch
What is changed? Use CMSIS SystemCoreClock via a dedicated flag instead of using soc flags. Why do we need this change? This change is part of cleaning soc specific code out of arch folder. Signed-off-by: Sudan Landge <sudan.landge@arm.com>
This commit is contained in:
parent
14117b453d
commit
c99243c8ce
4 changed files with 11 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
config SOC_FAMILY_NORDIC_NRF
|
||||
select SOC_COMPATIBLE_NRF
|
||||
select SOC_RESET_HOOK if ARM
|
||||
select CMSIS_CORE_HAS_SYSTEM_CORE_CLOCK if ARM
|
||||
|
||||
if SOC_FAMILY_NORDIC_NRF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue