]> git.baikalelectronics.ru Git - uboot.git/commit
test: Drop the UT_TESTF_LIVE_OR_FLAT flag
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:27:07 +0000 (20:27 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:09:56 +0000 (16:09 -0400)
commit05d03d47907450969b2c744bbd8fc82490006783
tree00570a7ec4f29d347e0605434eb71d94e61dae84
parent759ed45997946812b97520bb3d26a0e6e05184d3
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>
include/test/test.h
test/dm/ofnode.c