diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2019-07-02 21:14:57 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-18 11:31:27 -0400 |
commit | d963f64c0bd7248c190a221023fc633b46534b7e (patch) | |
tree | ca219933be79e406da98eb977aef56baa11f7d4d /doc | |
parent | 803e1a3d3890621bf588544bc389d973ea9e6cd4 (diff) | |
download | u-boot-d963f64c0bd7248c190a221023fc633b46534b7e.tar.gz |
doc: Move fastboot protocol doc to android dir
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/android/fastboot-protocol.txt (renamed from doc/README.android-fastboot-protocol) | 0 | ||||
-rw-r--r-- | doc/android/fastboot.txt | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.android-fastboot-protocol b/doc/android/fastboot-protocol.txt index e9e7166a26..e9e7166a26 100644 --- a/doc/README.android-fastboot-protocol +++ b/doc/android/fastboot-protocol.txt diff --git a/doc/android/fastboot.txt b/doc/android/fastboot.txt index 431191c473..ea0d1da1fd 100644 --- a/doc/android/fastboot.txt +++ b/doc/android/fastboot.txt @@ -5,8 +5,8 @@ Android Fastboot Overview ======== -The protocol that is used over USB and UDP is described in the -``README.android-fastboot-protocol`` file in the same directory. +The protocol that is used over USB and UDP is described in +``doc/android/fastboot-protocol.txt``. The current implementation supports the following standard commands: |