diff options
| author | Jaehoon Chung <[email protected]> | 2021-05-10 16:04:02 +0900 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2021-05-25 13:06:57 +0200 |
| commit | 07f2687204648fb50d4cf0ee9989e567e443fd30 (patch) | |
| tree | 6a2ee655134d81f76135012015119d20f4c6ba39 /doc/usage | |
| parent | e1bf0336a58cfe873a34c36ff53e5e3806f2d263 (diff) | |
doc: usage: modify mmc man-page
Modify mmc man-page.
- Change a description about mmc erase command.
- Add whitespace to distinguish.
Signed-off-by: Jaehoon Chung <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/mmc.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/usage/mmc.rst b/doc/usage/mmc.rst index 57284ed6741..458c7642c07 100644 --- a/doc/usage/mmc.rst +++ b/doc/usage/mmc.rst @@ -40,7 +40,7 @@ The 'mmc write' command writes raw data to MMC device from memory address with b cnt block count -The 'mmc erase' command erases MMC device from block offset until count. +The 'mmc erase' command erases *cnt* blocks on the MMC device starting at block *blk#*. blk# start block offset @@ -110,6 +110,7 @@ The 'mmc partconf' command shows or changes PARTITION_CONFIG field. partitions to access The 'mmc bootpart-resize' command changes sizes of boot and RPMB partitions. + dev device number boot part size MB |
