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:
Andrzej Głąbek 2020-01-24 16:23:22 +01:00 committed by Carles Cufí
commit 01648cc099

View file

@ -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