commit | b664e679058e988df703434a72c4e3af1f2c8fb8 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Nov 08 11:48:57 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 13:49:14 2023 -0500 |
tree | 63f47169e9f183be2336704f64bee68cf5f9f04c | |
parent | 38e4f6267e6603d89864fb5352290c3b0b0c16fc [diff] |
spl: spi: Consolidate spi_load_image_os into spl_spi_load_image spi_load_image_os performs almost the same steps as the non-falcon-boot path of spl_spi_load_image. The load address is different, and it also loads a device tree, but that's it. Refactor the boot process so that they can both use the same load function. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>