commit | ff6c0e3006ef984f51b02909bb87bd26c656ebcf | [log] [tgz] |
---|---|---|
author | Oleh Kravchenko <oleg@kaa.org.ua> | Wed May 19 13:31:31 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 21 18:23:02 2021 -0400 |
tree | 9231b3e1f8a8781145715a2a35f48853c8656e0d | |
parent | 8c73f857bef1d501646bc085c29f27a849e2a2ac [diff] |
Fix flashing of eMMC user area with Fastboot 'gpt' and 'mmc0' fastboot partitions have been treated as the same device, but it is wrong. Fill disk_partition structure with eMMC user partition info to properly flash data. Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua> Cc: Pantelis Antoniou <panto@antoniou-consulting.com> Cc: Marek Vasut <marex@denx.de> Cc: Sean Anderson <sean.anderson@seco.com> Cc: Tom Rini <trini@konsulko.com> Reviewed-by: Sean Anderson <sean.anderson@seco.com>