]> git.sur5r.net Git - u-boot/commit
dm: usb: Avoid time delays in sandbox tests
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2015 06:47:44 +0000 (23:47 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:27:50 +0000 (20:27 -0700)
commit3884c98c32cd5fb5b5b42185d5d0575659434bbf
treee19f19bdea17ed69e35014aed74df9963500bb7f
parent9723563aa821e9c9b881dfe6a082f6301ca69826
dm: usb: Avoid time delays in sandbox tests

Currently the USB tests take around two seconds to run. Remove these
unnecessary time delays so that the tests run quickly.

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