Skip to content

Commit

Permalink
Revert "soc: nrf5340: Fix busy waiting on nRF5340 application core"
Browse files Browse the repository at this point in the history
This reverts commit 49bd19f,
as the patch it contains is no longer needed after nrfx is updated
to version 2.1.0.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl authored and carlescufi committed Jan 29, 2020
1 parent 7899b1f commit 01648cc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions soc/arm/nordic_nrf/nrf53/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01648cc

Please sign in to comment.