1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

test/py: mmc: Fix 'mmc info' testcase

Commit 41e30dcf87 ("cmd: mmc: Make Mode: printout consistent") fixed
the layout of `mmc info` output.  Reflect this change in the respective
testcase.

Also fix a typo in the documentation.

Fixes: 41e30dcf87 ("cmd: mmc: Make Mode: printout consistent")
Signed-off-by: Harald Seiler <hws@denx.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Harald Seiler
2020-03-26 18:07:27 +01:00
committed by Tom Rini
parent 39984d2213
commit 6748a1f2a3

View File

@@ -56,7 +56,7 @@ env__mmc_dev_configs = (
'info_mode': ???, 'info_mode': ???,
'info_buswidth': ???. 'info_buswidth': ???.
}, },
} )
# Configuration data for test_mmc_rd; defines regions of the MMC (entire # Configuration data for test_mmc_rd; defines regions of the MMC (entire
# devices, or ranges of sectors) which can be read: # devices, or ranges of sectors) which can be read: