
On Wed, Jul 03, 2019 at 07:34:07PM +0300, Sam Protsenko wrote:
As per [1], there is no such fastboot variable as "bootloader-version". Only "version-bootloader" is supported. Let's reflect this and not confuse users further.
[1] https://android.googlesource.com/platform/system/core/+/refs/tags/android-q-...
Fixes: 3aab70afc531d1 ("usb/gadget: add the fastboot gadget") Signed-off-by: Sam Protsenko semen.protsenko@linaro.org
Changes in v2:
- add "Fixes:" tag
- use fixed link (tag instead of branch)
- remove section in link (which may be changed in future)
- fixed bootloader version in doc (to not confuse the user)
doc/android/fastboot.txt | 6 +++--- drivers/fastboot/fb_getvar.c | 9 +++------
With the note that this patch depends on the next revision of [1]:
Reviewed-by: Eugeniu Rosca erosca@de.adit-jv.com
FTR, I plan to submit v4 of [1] by the end of this week.
[1] https://patchwork.ozlabs.org/cover/1104242/ ("[U-Boot,v3,0/3] Add 'bcb' command to read/modify/write Android BCB")
Thanks for your patience.