Re: [PATCH 22/26] test: spl: Add a test for spl_blk_load_image

2023-10-11 Thread Simon Glass
On Wed, 11 Oct 2023 at 18:56, Sean Anderson 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 > --- > > con

[PATCH 22/26] test: spl: Add a test for spl_blk_load_image

2023-10-11 Thread Sean Anderson
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 --- configs/sandbox_noinst_defconfig | 2 ++ test/image/Kconfig