commit | 1bef7198cd8f747ccd91cc103613afde96d4199f | [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 | 840afae16f10a6f440b70488fdbf7ab59bf5686d [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>