commit | 8cba988ebe1b5fbfd469a9707da18b7693da3a1a | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Nov 08 11:48:46 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 13:49:14 2023 -0500 |
tree | d0f48d1a743b35797d4a5f6f56a1b9c588086cf8 | |
parent | ce9ffb975c0a5835881849a36e9a1af089bd657b [diff] |
test: spl: Support testing LEGACY_LZMA filesystem images These will soon be supported, so we need to be able to test it. Export the lzma data and generally use the same process in spl_test_mmc_fs as do_spl_test_load. If we end up needing this in third place in the future, it would probably be good to refactor things out. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>