Skip to content

Commit 3d0bbe4

Browse files
mstasiaknordicrlubos
authored andcommitted
[nrf fromlist] tests: drivers: watchdog: disable DCACHE for nRF54H20dk
Disabled data caching for nRF54H20dk in wdt_basic_api test. It caused variables stored in noinit section to be cached, resulting in reset loop. Upstream PR #: 81438 Signed-off-by: Michał Stasiak <[email protected]>
1 parent 4f3ef0a commit 3d0bbe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Disable dcache
2+
CONFIG_DCACHE=n

0 commit comments

Comments
 (0)