soc: arm: nxp_s32: s32k3: select CONFIG_CACHE_MANAGEMENT
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 <manuel.arguelles@nxp.com>
This commit is contained in:
parent
7f41696a93
commit
6d53c2aed2
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue