commit | 3d7ffcf65d8c9b7fb47b5299bc94e8d4321d4e3d | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Fri Mar 22 16:27:25 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 24 13:40:04 2024 -0600 |
tree | 755f8812af5b26ab108e2afc166ffed1d66f1533 | |
parent | 5db141c3a1ed3ea9ce84cfe0a75f1f790a0daed3 [diff] |
fwu: mtd: get MTD partition specific info from driver Information about FWU images on MTD partitions is now stored with the corresponding driver instead of a global variable. Get this information from the driver. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Tested-by: Michal Simek <michal.simek@amd.com>