Skip to content

Commit b7fd272

Browse files
henrikbrixandersentpambor
authored andcommitted
soc: st: stm32: h7x: enable cache management by default
Enable cache management by default on Cortex-M7 of the STM32H7x series. Remove cache management enablement from the ST STM32H7B3I-DK development board. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 00d050a commit b7fd272

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boards/st/stm32h7b3i_dk/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ config MEMC
1616

1717
if LVGL
1818

19-
config CACHE_MANAGEMENT
20-
default y
21-
2219
config LV_USE_DRAW_DMA2D
2320
default y
2421

soc/st/stm32/stm32h7x/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ config ROM_START_OFFSET
1414
default 0x400 if BOOTLOADER_MCUBOOT
1515
default 0x0 if !BOOTLOADER_MCUBOOT
1616

17+
config CACHE_MANAGEMENT
18+
default y if CPU_CORTEX_M7
19+
1720
if LVGL
1821

1922
config LV_DRAW_DMA2D_HAL_INCLUDE

0 commit comments

Comments
 (0)