From 01648cc099d16da1fa150b3064198fc952e5a15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Fri, 24 Jan 2020 16:23:22 +0100 Subject: [PATCH] Revert "soc: nrf5340: Fix busy waiting on nRF5340 application core" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 49bd19f3f251666f1efa46272c4c4db4c73b3cd9, as the patch it contains is no longer needed after nrfx is updated to version 2.1.0. Signed-off-by: Andrzej Głąbek --- soc/arm/nordic_nrf/nrf53/soc.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/soc/arm/nordic_nrf/nrf53/soc.c b/soc/arm/nordic_nrf/nrf53/soc.c index fcf6995b9a9..250ba5e2a45 100644 --- a/soc/arm/nordic_nrf/nrf53/soc.c +++ b/soc/arm/nordic_nrf/nrf53/soc.c @@ -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