]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Create a function to reset USB
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:16 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:00:59 +0000 (13:00 -0600)
commita3fab7d1fb5d8daf762c9d6bfae3069f742c579e
treef9b7a813afff204889ea0a15267ae2e88f36dafc
parent13a29ec40c12b1035042058f0c2ba2bf083c512c
bootstd: Create a function to reset USB

Set up a function for this, since it needs to be used from multiple test
files.

This test file is only used on sandbox, where USB is enabled, so drop
the local declaration of usb_started

Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/bootdev.c
test/boot/bootstd_common.c
test/boot/bootstd_common.h