diff options
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/test/test.h b/include/test/test.h index 92215d427b0..51efaecba77 100644 --- a/include/test/test.h +++ b/include/test/test.h @@ -54,8 +54,6 @@ enum { UT_TESTF_CONSOLE_REC = BIT(5), /* needs console recording */ /* 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(7), }; /** |