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.

Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
This commit is contained in:
Michał Stasiak 2024-11-15 11:46:41 +01:00 committed by Anas Nashif
commit 02bb624c31

View file

@ -0,0 +1,2 @@
# Disable dcache
CONFIG_DCACHE=n