Skip to content

Commit 5ebb04f

Browse files
fkokosinskikartben
authored andcommitted
boards/qemu/xtensa: fix DCACHE_LINE_SIZE value for sample_controller32
This commit adds a missing default value for the `DCHACHE_LINE_SIZE` option for the `qemu_xtensa/sample_controller32/mpu` platform. This is required after 8b39d4a added a build assert checking this value against `core-isa.h` from Xtensa HAL. Fixes #85591. Signed-off-by: Filip Kokosinski <[email protected]>
1 parent 7da7818 commit 5ebb04f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/qemu/xtensa/Kconfig.defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ config IPM_CONSOLE_STACK_SIZE
1111

1212
# Must match XCHAL_DCACHE_LINESIZE form core-isa.h
1313
config DCACHE_LINE_SIZE
14+
default 4 if BOARD_QEMU_XTENSA_SAMPLE_CONTROLLER32_MPU
1415
default 32
1516

1617
endif # BOARD_QEMU_XTENSA

0 commit comments

Comments
 (0)