commit | 6ba8ecaa96cc4ede483a353b18c19715b27ba19a | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:48:02 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | 3b45a725d78f6f8fc331cdcac3897b81105737d6 | |
parent | 6c5d0d9398cdfa2af7bbe1b98f0d46295e71fb62 [diff] |
test: spl: Add a test for the MMC load method Add a test for the MMC load method. This shows the general shape of tests to come: The main test function calls do_spl_test_load with an appropriate callback to write the image to the medium. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>