[U-Boot] [PATCH v2 0/2] fastboot: Support new A/B slot format
Sam Protsenko
semen.protsenko at linaro.org
Fri Jun 14 15:50:54 UTC 2019
Android fastboot tool was changed recently:
1. "slot-suffixes" variable was removed
2. Now slot format is "a" instead of "_a"
That leads to issues with current U-Boot, e.g. "fastboot flash" to
slotted partitions ("boot_a", etc) is broken. This patch series fixes
that by getting U-Boot in sync with current AOSP/master w.r.t. fastboot
tool.
Sam Protsenko (2):
fastboot: Remove "slot-suffixes" variable
fastboot: Fix slot names reported by getvar
drivers/fastboot/fb_getvar.c | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
--
2.20.1
More information about the U-Boot
mailing list