commit | d2b254e5fd60c1c8e1a56a7bcd7521a798085662 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 07 21:47:48 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | 16453459fbda97d69ee587adfa30bff3f8dd48e6 | |
parent | f513c78d5a5dd89d2c38ba87fe31cfbfc58abaeb [diff] |
spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK MMC devices do not have uclass platdata containing blk_descs, only their child block devices do. Fortunately, we have a function just for this purpose. This fixes subsequent calls to spl_mmc_load. Fixes: bf28d9a6599 ("spl: mmc: Use correct MMC device when loading image") Signed-off-by: Sean Anderson <seanga2@gmail.com>