]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: Fix MMC/SD block write test dependency
authorMichal Simek <michal.simek@xilinx.com>
Fri, 2 Aug 2019 04:48:44 +0000 (06:48 +0200)
committerPeng Fan <peng.fan@nxp.com>
Fri, 9 Aug 2019 05:45:25 +0000 (13:45 +0800)
commita09c1f7e1c1bba9b544aaf5ee2a90eaebfbedb5b
tree041714f47d59d9c4166ca11b48ed2180c2fb2376
parent3148a3c2d32e3a0d58914d1a219e7fd2f0cb001e
test/py: Fix MMC/SD block write test dependency

Test is using random command which has own Kconfig symbol CMD_RANDOM which
already depends on CMD_MEMORY. That's why replace cmd_memory by cmd_random.

Fixes: 09da18deab8b ("test/py: add MMC/SD block write test")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
test/py/tests/test_mmc_wr.py