
12 Oct
2023
12 Oct
'23
5:41 a.m.
On Wed, 11 Oct 2023 at 18:56, Sean Anderson seanga2@gmail.com wrote:
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
configs/sandbox_noinst_defconfig | 2 ++ test/image/Kconfig | 3 +- test/image/spl_load_fs.c | 62 ++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org