commit | 8ae9f96ee9ca10e72ba40209109e04600a0d6615 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:07 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:09:56 2022 -0400 |
tree | 00570a7ec4f29d347e0605434eb71d94e61dae84 | |
parent | 60f0899aa3e160737fa46a70a8a6b661f4f2c6f3 [diff] |
test: Drop the UT_TESTF_LIVE_OR_FLAT flag This was a workaround for a rare situation. Now that it will be more common and we have a proper fix, drop the flag. We can run both types of tests in the same sandbox executable, even if the flat device tree is modified. Signed-off-by: Simon Glass <sjg@chromium.org>