]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: spl: Add a test for spl_blk_load_image
authorSean Anderson <seanga2@gmail.com>
Sat, 14 Oct 2023 20:48:01 +0000 (16:48 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Oct 2023 00:50:52 +0000 (20:50 -0400)
commit6c5d0d9398cdfa2af7bbe1b98f0d46295e71fb62
tree6dc117cbc59a60fcd364ef2dbeddb5664ed23ea8
parent59b36334914608ac636e79c56a02fbb3d6a25746
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>
configs/sandbox_noinst_defconfig
test/image/Kconfig
test/image/spl_load_fs.c