fastboot: Remove "bootloader-version" variable
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-preview-4/fastboot/README.md
Fixes: 3aab70afc5 ("usb/gadget: add the fastboot gadget")
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Eugeniu Rosca <erosca@de.adit-jv.com>
This commit is contained in:
committed by
Marek Vasut
parent
139db354b1
commit
29a81142be
@@ -169,9 +169,9 @@ On the client side you can fetch the bootloader version for instance:
|
||||
|
||||
::
|
||||
|
||||
$ fastboot getvar bootloader-version
|
||||
bootloader-version: U-Boot 2014.04-00005-gd24cabc
|
||||
finished. total time: 0.000s
|
||||
$ fastboot getvar version-bootloader
|
||||
version-bootloader: U-Boot 2019.07-rc4-00240-g00c9f2a2ec
|
||||
Finished. Total time: 0.005s
|
||||
|
||||
or initiate a reboot:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user