]> git.baikalelectronics.ru Git - uboot.git/commit
test: Move do_autoprobe() to test_pre_run()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:51 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000 (09:57 -0500)
commit545f794ed182448b7ad656ce69e6f29e9fdee72b
tree4472a2e24e2feb5a91b0b5db836190ae0cb19387
parentacd502069298b730c6514b687b0f4582a86555e3
test: Move do_autoprobe() to test_pre_run()

Move this step over to the pre-run function.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/test-dm.c
test/test-main.c