commit | e3045d1661f0aac39a7acfecc0f7bfc8c04b928f | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Jan 23 23:07:21 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:52 2023 -0500 |
tree | b0025b465b2f90aa2baa714822261a4aa0a08730 | |
parent | 5a627ad659a739a9695934dd03d9d8fcee6bfa8b [diff] |
test: bootdev: Do not require USB to compile test This test will block compilation of the entire test suite on platforms without USB support. Make the extern "usb_started" conditional on USB host or gadget and define a dummy flag if neither is enabled. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>