aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-08 10:54:01 -0500
committerTom Rini <trini@konsulko.com>2021-02-08 10:54:01 -0500
commit461b754a8b6e76382acb8985d7a64b82ba65b88d (patch)
tree6e30ab953d3044c395e5478f1cbba11782fdddcf /doc
parent3936fd998668846f77468d8f6a662e906920969c (diff)
parentadb5daf0905a190375e46d59f1244b13c3cdc640 (diff)
downloadu-boot-461b754a8b6e76382acb8985d7a64b82ba65b88d.zip
u-boot-461b754a8b6e76382acb8985d7a64b82ba65b88d.tar.gz
u-boot-461b754a8b6e76382acb8985d7a64b82ba65b88d.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'doc')
-rw-r--r--doc/android/fastboot.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst
index 2877c3c..16b1139 100644
--- a/doc/android/fastboot.rst
+++ b/doc/android/fastboot.rst
@@ -23,6 +23,9 @@ The current implementation supports the following standard commands:
The following OEM commands are supported (if enabled):
- ``oem format`` - this executes ``gpt write mmc %x $partitions``
+- ``oem partconf`` - this executes ``mmc partconf %x <arg> 0`` to configure eMMC
+ with <arg> = boot_ack boot_partition
+- ``oem bootbus`` - this executes ``mmc bootbus %x %s`` to configure eMMC
Support for both eMMC and NAND devices is included.