Skip to content

Commit

Permalink
treewide: Fix stale references of Android docs
Browse files Browse the repository at this point in the history
Commit 9bdf0e8 ("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: 9bdf0e8 ("doc: relocate/rename Android README and add BCB overview")
Reported-by: Sam Protsenko <[email protected]>
Suggested-by: Sam Protsenko <[email protected]>
Signed-off-by: Eugeniu Rosca <[email protected]>
Reviewed-by: Igor Opaniuk <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
  • Loading branch information
erosca authored and trini committed Jul 24, 2019
1 parent 39f790b commit cef4de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/py/tests/test_avb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cef4de8

Please sign in to comment.