commit | 8c73f857bef1d501646bc085c29f27a849e2a2ac | [log] [tgz] |
---|---|---|
author | Oleh Kravchenko <oleg@kaa.org.ua> | Sat May 15 00:06:21 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 21 18:23:02 2021 -0400 |
tree | 5d6fb24c0eedd232f66cb86de6dd58998266c2e8 | |
parent | db7b2f462f0c34b69d8d3481bf64ba9a6878d0b9 [diff] |
Fix flash and erase of eMMC Boot2 with Fastboot The current U-Boot version has the next matches for boot partitions: > mmc0boot0 to EMMC_BOOT1 > mmc0boot1 to EMMC_BOOT1 (should be EMMC_BOOT2) This patch fixes a typo for the boot partition number. Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua> Cc: Pantelis Antoniou <panto@antoniou-consulting.com> Cc: Marek Vasut <marex@denx.de> Reviewed-by: Sean Anderson <sean.anderson@seco.com>