Put the driver model for the system back into a good state after completing the DM testing.
Signed-off-by: Joe Hershberger <joe.hershber...@ni.com> Acked-by: Simon Glass <s...@chromium.org> --- Changes in v4: None Changes in v3: -New for version 3 Changes in v2: None test/dm/test-main.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/dm/test-main.c b/test/dm/test-main.c index a8d7db2..fd84060 100644 --- a/test/dm/test-main.c +++ b/test/dm/test-main.c @@ -112,6 +112,11 @@ static int dm_test_main(const char *test_name) printf("Failures: %d\n", uts->fail_count); + gd->dm_root = NULL; + ut_assertok(dm_init()); + dm_scan_platdata(false); + dm_scan_fdt(gd->fdt_blob, false); + return uts->fail_count ? CMD_RET_FAILURE : 0; } -- 1.7.11.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot