diff options
author | Marek Vasut <marex@denx.de> | 2023-10-29 23:37:22 +0100 |
---|---|---|
committer | Mattijs Korpershoek <mkorpershoek@baylibre.com> | 2023-10-31 14:53:05 +0100 |
commit | 60d904a494c6e89c323bc13fa9348869e07e86d3 (patch) | |
tree | 46cc4140fc6b86f68ae3e678a4381be21331d206 /doc | |
parent | 355aab94d1f675ec1118906e1f88dfdf6a3582eb (diff) | |
download | u-boot-60d904a494c6e89c323bc13fa9348869e07e86d3.zip u-boot-60d904a494c6e89c323bc13fa9348869e07e86d3.tar.gz u-boot-60d904a494c6e89c323bc13fa9348869e07e86d3.tar.bz2 |
dfu: mmc: Add support for exposing whole mmc device
Add support for exposing the whole mmc device by setting the 'size'
parameter to 0. This can be useful in case it is not clear what the
total device size is up front. Update the documentation accordingly.
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Link: https://lore.kernel.org/r/20231029223740.284149-1-marex@denx.de
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/dfu.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage/dfu.rst b/doc/usage/dfu.rst index 68cacbb..8845a71 100644 --- a/doc/usage/dfu.rst +++ b/doc/usage/dfu.rst @@ -121,6 +121,11 @@ mmc with + offset + is the offset in the device (hexadecimal without "0x") + size + is the size of the access area (hexadecimal without "0x") + or 0 which means whole device partid being the GPT or DOS partition index, num |