From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeniu Rosca Date: Fri, 12 Jul 2019 13:20:55 +0200 Subject: [U-Boot] [PATCH 1/5] doc: Move README.android-fastboot-protocol to doc/android/ In-Reply-To: <20190712112059.25558-1-erosca@de.adit-jv.com> References: <20190712112059.25558-1-erosca@de.adit-jv.com> Message-ID: <20190712112059.25558-2-erosca@de.adit-jv.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Commit 9bdf0e8fef86 ("doc: relocate/rename Android README and add BCB overview") missed relocating README.android-fastboot-protocol. Fix it. Fixes: 9bdf0e8fef86 ("doc: relocate/rename Android README and add BCB overview") Signed-off-by: Eugeniu Rosca --- .../fastboot-protocol.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/{README.android-fastboot-protocol => android/fastboot-protocol.txt} (100%) diff --git a/doc/README.android-fastboot-protocol b/doc/android/fastboot-protocol.txt similarity index 100% rename from doc/README.android-fastboot-protocol rename to doc/android/fastboot-protocol.txt -- 2.22.0