Revert "soc: nrf5340: Fix busy waiting on nRF5340 application core"
This reverts commit 49bd19f3f2
,
as the patch it contains is no longer needed after nrfx is updated
to version 2.1.0.
Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
7899b1f5b6
commit
01648cc099
1 changed files with 0 additions and 7 deletions
|
@ -42,13 +42,6 @@ static int nordicsemi_nrf53_init(struct device *arg)
|
|||
|
||||
ARG_UNUSED(arg);
|
||||
|
||||
#if defined(CONFIG_SOC_NRF5340_CPUAPP)
|
||||
/* Temporary workaround for incorrect SystemCoreClock initialization.
|
||||
* To be removed when system_nrf5340_application.c is corrected.
|
||||
*/
|
||||
SystemCoreClockUpdate();
|
||||
#endif
|
||||
|
||||
key = irq_lock();
|
||||
|
||||
#ifdef CONFIG_NRF_ENABLE_CACHE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue