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