commit | 60d76e332d8031eab6937778b3ed7b6558c2b3f1 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:48:05 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | 8e63d4db50b7aef9db5b2106e5e6ec3780410ebc | |
parent | 65efaac425e948dc56db5cf315d0497faeddb5b0 [diff] |
test: spl: Add a test for the SPI load method Add test for the SPI load method. This one is pretty straightforward. We can't enable FIT_EXTERNAL with LOAD_FIT_FULL because spl_spi_load_image doesn't know the total image size and has to guess from fdt_totalsize. This doesn't include external data, so loading it will fail. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>