diff options
| author | Sam Protsenko <[email protected]> | 2019-07-03 19:34:07 +0300 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2019-08-08 11:35:02 +0200 |
| commit | 29a81142be960a07761f50ccae6cde766e3696d9 (patch) | |
| tree | e63d2e2b28c16e81a05c6f54f3b35ad38a709496 /doc/android | |
| parent | 139db354b18014e224068a4f2b3b95e025812b17 (diff) | |
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: 3aab70afc531d1 ("usb/gadget: add the fastboot gadget")
Signed-off-by: Sam Protsenko <[email protected]>
Reviewed-by: Eugeniu Rosca <[email protected]>
Diffstat (limited to 'doc/android')
| -rw-r--r-- | doc/android/fastboot.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/android/fastboot.txt b/doc/android/fastboot.txt index ea0d1da1fdc..9de13223f84 100644 --- a/doc/android/fastboot.txt +++ b/doc/android/fastboot.txt @@ -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: |
