aboutsummaryrefslogtreecommitdiff
path: root/test/dm/nvmxip.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/nvmxip.c')
-rw-r--r--test/dm/nvmxip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dm/nvmxip.c b/test/dm/nvmxip.c
index 89bf481f61..f0ad47d4ef 100644
--- a/test/dm/nvmxip.c
+++ b/test/dm/nvmxip.c
@@ -103,6 +103,8 @@ static int dm_test_nvmxip(struct unit_test_state *uts)
void *buffer = NULL;
unsigned long flashsz;
+ sandbox_set_enable_memio(true);
+
/* set the flash content first for both devices */
dm_nvmxip_flash_sanity(uts, 0, NULL);
dm_nvmxip_flash_sanity(uts, 1, NULL);