diff options
| author | Tom Rini <[email protected]> | 2019-08-09 07:29:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-09 07:29:54 -0400 |
| commit | 163bc1e4da425015000dd3f8f128aec994da9586 (patch) | |
| tree | 7ce82167ec590c0c0e056b8e8d37fa855e557ba4 /test | |
| parent | 21bc1935b1a84176367af982f7f8da11c29cb2eb (diff) | |
| parent | d569b4b0a4f34969f83ef8ec89b44f406553e72b (diff) | |
Merge tag 'mmc-8-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- mmc test fix
- sdhci driver fix
Diffstat (limited to 'test')
| -rw-r--r-- | test/py/tests/test_mmc_wr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_mmc_wr.py b/test/py/tests/test_mmc_wr.py index 601279a6a4a..7678c3c9c18 100644 --- a/test/py/tests/test_mmc_wr.py +++ b/test/py/tests/test_mmc_wr.py @@ -35,7 +35,7 @@ env__mmc_wr_configs = ( """ [email protected]('cmd_mmc','cmd_memory') [email protected]('cmd_mmc','cmd_random') def test_mmc_wr(u_boot_console, env__mmc_wr_config): """Test the "mmc write" command. |
