commit | 731432580f9c72ce7d75df2806fe205250ed0c24 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Nov 08 11:48:54 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 13:49:14 2023 -0500 |
tree | ea68d560e5b21d997e27e568dcc21ed6a85c362d | |
parent | 2a5d23f392729b994838eea3d9d068e609fbbb33 [diff] |
spl: Convert NVMe to spl_load This converts the blk load method (used exclusively by NVMe) to use spl_load. As a consequence, it also adds support for LOAD_FIT_FULL and IMX images. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>