From 6d53c2aed295a243152ec0c7c640e76e09bdf66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Thu, 11 Jan 2024 10:10:56 +0700 Subject: [PATCH] soc: arm: nxp_s32: s32k3: select CONFIG_CACHE_MANAGEMENT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 447a492 switched to `sys_cache*` to enable caches at SoC init. To preserve the old behavior of enabling caches at init, is missing to select `CONFIG_CACHE_MANAGEMENT`. Signed-off-by: Manuel Argüelles --- soc/arm/nxp_s32/s32k3/Kconfig.defconfig.series | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/soc/arm/nxp_s32/s32k3/Kconfig.defconfig.series b/soc/arm/nxp_s32/s32k3/Kconfig.defconfig.series index 04d54fdc666..2307571611a 100644 --- a/soc/arm/nxp_s32/s32k3/Kconfig.defconfig.series +++ b/soc/arm/nxp_s32/s32k3/Kconfig.defconfig.series @@ -1,6 +1,6 @@ # NXP S32K3XX MCU series -# Copyright 2023 NXP +# Copyright 2023-2024 NXP # SPDX-License-Identifier: Apache-2.0 if SOC_SERIES_S32K3XX @@ -32,6 +32,9 @@ config NET_UDP_CHECKSUM endif # NET_L2_ETHERNET +config CACHE_MANAGEMENT + default y + source "soc/arm/nxp_s32/s32k3/Kconfig.defconfig.s32k*" endif # SOC_SERIES_S32K3XX