]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Call dm_scan_other() when setting up for tests
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:26 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:11 +0000 (08:17 -0400)
commit9b32808999f5001ff148a183f6455dca29405a77
tree8a5771c2f2560c6429a153d97d59b0e6612a1a72
parente0ed424b870587034b2413bfc61600a8fa242028
dm: core: Call dm_scan_other() when setting up for tests

At present this function is not called, so tests miss out on any devices
created by it. Add it in so that tests can rely on these extra devices.

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