[PATCH 22/26] test: spl: Add a test for spl_blk_load_image
Simon Glass
sjg at chromium.org
Thu Oct 12 05:41:13 CEST 2023
On Wed, 11 Oct 2023 at 18:56, Sean Anderson <seanga2 at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list