diff options
| author | Sam Protsenko <[email protected]> | 2019-07-02 21:14:57 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-18 11:31:27 -0400 |
| commit | d963f64c0bd7248c190a221023fc633b46534b7e (patch) | |
| tree | ca219933be79e406da98eb977aef56baa11f7d4d | |
| parent | 803e1a3d3890621bf588544bc389d973ea9e6cd4 (diff) | |
doc: Move fastboot protocol doc to android dir
Signed-off-by: Sam Protsenko <[email protected]>
| -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 e9e7166a266..e9e7166a266 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 431191c473f..ea0d1da1fdc 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: |
