commit | 55a202f64b1537f1cdbd0486cde10a5b6d4eef3c | [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 | 389b6765366ae95f59b0218a1f933aaa2a2b811f [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>