]> git.baikalelectronics.ru Git - uboot.git/commit
Fix flash and erase of eMMC Boot2 with Fastboot
authorOleh Kravchenko <oleg@kaa.org.ua>
Fri, 14 May 2021 21:06:21 +0000 (00:06 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 21 Aug 2021 22:23:02 +0000 (18:23 -0400)
commit08311adb1ad447257907154ac357fd2c986c2d0d
tree5d6fb24c0eedd232f66cb86de6dd58998266c2e8
parent8364b95f7ddd030997f862f1379d0786254714d6
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>
drivers/fastboot/fb_mmc.c