[PATCH] usb: Fix test failure with multiple partitions
Tom Rini
trini at konsulko.com
Tue Nov 5 02:07:00 CET 2024
On Tue, 15 Oct 2024 13:19:16 +0100, Andrew Goodbody wrote:
> When test_usb_load finds multiple partitions of the same type then
> it will cause a test failure. The call to write the test file will
> write a different test file to each partition but only return the
> name and size of the last one written. So the test then fails to
> load the test file from the first partition as it uses the name of
> a file on a different partition.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list