commit | ec66ca837e8b5ffc0b27954c08c8d07d2782823a | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Nov 04 16:37:42 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 12:43:48 2023 -0500 |
tree | 86adfd4598c6e21b39f783ee405abbf7d6f8886b | |
parent | 11a4c70fae7be721a3c902c90ae886edea08f7b8 [diff] |
nand: spl_loaders: Only read enough pages to load the image All other implementations of nand_spl_load_image only read as many pages as are necessary to load the image. However, nand_spl_loaders.c loads the full block. Align it with other load functions so that it is easier to determine how large of a load buffer we need. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>