]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: mmc: drop 0x prefixes in read/write examples
authorAlexander Shirokov <shirokovalexs@gmail.com>
Thu, 27 Apr 2023 10:12:07 +0000 (12:12 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 4 May 2023 07:57:43 +0000 (09:57 +0200)
commit962424a873be580551800efcf1ce5178945b9eec
tree3501967529774ac00e2d3b14b0e122c1807dea1d
parentf8816a8a9189250e4513d5cd15d1db657f9549a1
doc: mmc: drop 0x prefixes in read/write examples

The patch drops 0x prefixes because all numbers are interpreted as HEX
by default.

Also, it fixes the mismatch between input arguments and output at 'mmc
write' example. Now it's 256 (0x100) blocks.

Signed-off-by: Alexander Shirokov <shirokovalexs@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/usage/cmd/mmc.rst