summaryrefslogtreecommitdiff
path: root/doc/android
diff options
context:
space:
mode:
authorSam Protsenko <semen.protsenko@linaro.org>2019-07-03 19:34:07 +0300
committerMarek Vasut <marex@denx.de>2019-08-08 11:35:02 +0200
commit29a81142be960a07761f50ccae6cde766e3696d9 (patch)
treee63d2e2b28c16e81a05c6f54f3b35ad38a709496 /doc/android
parent139db354b18014e224068a4f2b3b95e025812b17 (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 <semen.protsenko@linaro.org> Reviewed-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Diffstat (limited to 'doc/android')
-rw-r--r--doc/android/fastboot.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/android/fastboot.txt b/doc/android/fastboot.txt
index ea0d1da1fd..9de13223f8 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: