commit | 70c8df7724e7d597122315927de47105ab99ad47 | [log] [tgz] |
---|---|---|
author | Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at> | Wed Dec 27 17:09:02 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jan 10 09:59:58 2024 +0100 |
tree | 26f8e0e6c572b8cb2431f9ed6d2603f3b4737936 | |
parent | 10c0b86f83639535aaeedf3d90fe46e9dd779b9c [diff] |
arch: arm: core: cortex_m: fix cache disabling in init_arch_hw_at_boot Use the arch-cache functions instead of the sys-cache-functions in z_arm_init_arch_hw_at_boot to ensure that the caches are disabled even when CONFIG_CACHE_MANAGEMENT is disabled. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>