summaryrefslogtreecommitdiff
path: root/doc/android
diff options
context:
space:
mode:
authorSean Anderson <sean.anderson@seco.com>2021-02-05 17:39:02 +0300
committerMarek Vasut <marex@denx.de>2021-02-26 17:30:55 +0300
commit403c2e46b4e99e87901f90fb879081e5baa6bb0b (patch)
treea18c6c06d7eeb4fb452b59d56e92a52f26d86601 /doc/android
parent1500c79dc3b1c67c492abec14badbb8efc576478 (diff)
downloadu-boot-403c2e46b4e99e87901f90fb879081e5baa6bb0b.tar.xz
doc: Document partition specifications
This documents the way U-Boot understands partitions specifications. This also updates the fastboot documentation for the changes in the previous commit. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/android')
-rw-r--r--doc/android/fastboot.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst
index 16b11399b3..ce513a2a0f 100644
--- a/doc/android/fastboot.rst
+++ b/doc/android/fastboot.rst
@@ -154,6 +154,10 @@ The device index starts from ``a`` and refers to the interface (e.g. USB
controller, SD/MMC controller) or disk index. The partition index starts
from ``1`` and describes the partition number on the particular device.
+Alternatively, partition types may be specified using :ref:`U-Boot's partition
+syntax <partitions>`. This allows specifying partitions like ``0.1``,
+``0#boot``, or ``:3``. The interface is always ``mmc``.
+
Writing Partition Table
-----------------------