
14 Jun
2019
14 Jun
'19
5:50 p.m.
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