summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/test/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/test.h b/include/test/test.h
index 2b68331b546..799e9180863 100644
--- a/include/test/test.h
+++ b/include/test/test.h
@@ -49,7 +49,7 @@ enum {
/* do extra driver model init and uninit */
UT_TESTF_DM = BIT(6),
/* live or flat device tree, but not both in the same executable */
- UT_TESTF_LIVE_OR_FLAT = BIT(4),
+ UT_TESTF_LIVE_OR_FLAT = BIT(7),
};
/**