diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2019-07-03 19:34:07 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-08-08 11:35:02 +0200 |
commit | 29a81142be960a07761f50ccae6cde766e3696d9 (patch) | |
tree | e63d2e2b28c16e81a05c6f54f3b35ad38a709496 /doc | |
parent | 139db354b18014e224068a4f2b3b95e025812b17 (diff) | |
download | u-boot-29a81142be960a07761f50ccae6cde766e3696d9.tar.gz u-boot-29a81142be960a07761f50ccae6cde766e3696d9.tar.bz2 u-boot-29a81142be960a07761f50ccae6cde766e3696d9.zip |
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')
-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 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: |