diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-10 12:21:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-10 12:21:27 -0400 |
commit | 31d136926b739b58eca0b12237481d666da66427 (patch) | |
tree | 728c59a8b1bc55943bc9211e3d5a20077f1136cb /doc | |
parent | 9fd8b2c8c714b383b6768d53d7b46682fdf87013 (diff) | |
parent | 29a81142be960a07761f50ccae6cde766e3696d9 (diff) | |
download | u-boot-31d136926b739b58eca0b12237481d666da66427.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-usb
- DaVinci USB updates
- Various OHCI fixes
- Gadget fixes
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: |