]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Expand boot-ordering test to include USB
authorSimon Glass <sjg@chromium.org>
Mon, 23 Oct 2023 07:02:11 +0000 (00:02 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Oct 2023 17:05:13 +0000 (13:05 -0400)
commit7ae83bfaf437320ec6b6e883bd2896fba784fbf9
tree3c550c6c8fac8f2fcde5f11a8a2b53fcc8def964
parentabd1e94f70c9a2828d5ebec05013b055fb33c21d
bootstd: Expand boot-ordering test to include USB

Scan the USB bus as well, so we can check that different uclasses work
correctly in boot_targets

update the function comment with more detail.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Ivan T.Ivanov <iivanov@suse.de>
test/boot/bootdev.c