diff mbox series

[U-Boot,v3,1/4] treewide: Fix stale references of Android docs

Message ID 20190719212614.25527-2-erosca@de.adit-jv.com
State Accepted
Commit cef4de88359ddc37954046a758c0152dda53069b
Delegated to: Tom Rini
Headers show
Series Fixes and improvements in BCB and Android docs [ver #3] | expand

Commit Message

Eugeniu Rosca July 19, 2019, 9:26 p.m. UTC
Commit 9bdf0e8fef86 ("doc: relocate/rename Android README and add BCB
overview") left some obsolete references of Android documents/paths.

This has been pointed out by Sam (thanks!) in:
https://patchwork.ozlabs.org/patch/1104245/#2208134

Fixes: 9bdf0e8fef86 ("doc: relocate/rename Android README and add BCB overview")
Reported-by: Sam Protsenko <semen.protsenko@linaro.org>
Suggested-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
---
v3:
 - Dropped changes in doc/android/fastboot.txt, since the same
   have been performed by commit
   https://gitlab.denx.de/u-boot/u-boot/commit/d963f64c0bd7
   ("doc: Move fastboot protocol doc to android dir")

v2:
 - Added 'Reviewed-by: Igor Opaniuk' from v1
 - https://patchwork.ozlabs.org/patch/1131354/

v1:
 - https://patchwork.ozlabs.org/patch/1131305/
---
 cmd/Kconfig               | 2 +-
 test/py/tests/test_avb.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini July 24, 2019, 8:08 p.m. UTC | #1
On Fri, Jul 19, 2019 at 11:26:11PM +0200, Eugeniu Rosca wrote:

> Commit 9bdf0e8fef86 ("doc: relocate/rename Android README and add BCB
> overview") left some obsolete references of Android documents/paths.
> 
> This has been pointed out by Sam (thanks!) in:
> https://patchwork.ozlabs.org/patch/1104245/#2208134
> 
> Fixes: 9bdf0e8fef86 ("doc: relocate/rename Android README and add BCB overview")
> Reported-by: Sam Protsenko <semen.protsenko@linaro.org>
> Suggested-by: Sam Protsenko <semen.protsenko@linaro.org>
> Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
> Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
> Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 175c6ad9e333..e1e050f4ad54 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -735,7 +735,7 @@  config CMD_FASTBOOT
 	  Android devices. Fastboot requires either the network stack
 	  enabled or support for acting as a USB device.
 
-	  See doc/README.android-fastboot for more information.
+	  See doc/android/fastboot.txt for more information.
 
 config CMD_FDC
 	bool "fdcboot - Boot from floppy device"
diff --git a/test/py/tests/test_avb.py b/test/py/tests/test_avb.py
index 2bb75ed6e2a2..813242343555 100644
--- a/test/py/tests/test_avb.py
+++ b/test/py/tests/test_avb.py
@@ -8,7 +8,7 @@ 
 This tests Android Verified Boot 2.0 support in U-boot:
 
 For additional details about how to build proper vbmeta partition
-check doc/README.avb2
+check doc/android/avb2.txt
 
 For configuration verification:
 - Corrupt boot partition and check for failure