diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-08 10:54:01 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-08 10:54:01 -0500 |
commit | 461b754a8b6e76382acb8985d7a64b82ba65b88d (patch) | |
tree | 6e30ab953d3044c395e5478f1cbba11782fdddcf /doc | |
parent | 3936fd998668846f77468d8f6a662e906920969c (diff) | |
parent | adb5daf0905a190375e46d59f1244b13c3cdc640 (diff) | |
download | u-boot-461b754a8b6e76382acb8985d7a64b82ba65b88d.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/android/fastboot.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst index 2877c3cbaa..16b11399b3 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. |