Home
last modified time | relevance | path

Searched refs:DM_TESTF_LIVE_TREE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dtest.h154 DM_TESTF_LIVE_TREE = 1 << 4, /* needs live device tree */ enumerator
/openbmc/u-boot/test/dm/
H A Dtest-main.c178 if (!(test->flags & DM_TESTF_LIVE_TREE) && in dm_test_main()