soc: stm32: use cache peripheral driver
Use the Zephyr cache API in soc initialization code instead of calling the HAL directly. The change does not modify the pre-existing cache settings, just changes the path they are enabled. Signed-off-by: Henrik Lindblom <henrik.lindblom@vaisala.com>
This commit is contained in:
parent
6a3309a9e4
commit
9de3d6bf64
11 changed files with 64 additions and 62 deletions
|
@ -11,6 +11,9 @@ if SOC_FAMILY_STM32
|
|||
# can override the defaults given here
|
||||
rsource "*/Kconfig.defconfig"
|
||||
|
||||
config CACHE_STM32
|
||||
default y if EXTERNAL_CACHE
|
||||
|
||||
config CLOCK_CONTROL
|
||||
default y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue