test: Move dm_scan_plat() to test_pre_run()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:52 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000 (09:57 -0500)
commit5a986f3feef7ce7f14282f0c6ed2f6c63647a821
tree8dfa5a0fc94a64b5b87187cab68ad02fe29bc953
parent4b8b27e3d2f0825c58f9982b36cf941ad007cbda
test: Move dm_scan_plat() 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