commit | 156e31c0f4d05502bc216ea98c523c8a21a22c27 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:48:01 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | 6dc117cbc59a60fcd364ef2dbeddb5664ed23ea8 | |
parent | 2d3ffa384c45e03a704c951a2d6bfcf54d11bd98 [diff] |
test: spl: Add a test for spl_blk_load_image Add a test for spl_blk_load_image, currently used only by NVMe. Because there is no sandbox NVMe driver, just use MMC instead. Avoid falling back to raw images to make failures more obvious. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>