test/py: Add cmd_memory dependency back to test_mmc_wr
authorMichal Simek <michal.simek@xilinx.com>
Mon, 19 Aug 2019 09:06:13 +0000 (11:06 +0200)
committerLukasz Majewski <lukma@denx.de>
Wed, 21 Aug 2019 22:09:58 +0000 (00:09 +0200)
commit753e5385ca6d0fe5b5f5a3a97cc96b0f2469ca94
tree0f0c94502ee6c35a35bf469cc4cdd256b13dcaa5
parent2bdb42f7c076638eb3dfbdfefc142f37f5e6209d
test/py: Add cmd_memory dependency back to test_mmc_wr

Based on discussion with Stephen Warren there was recommendation to list
both memory and random command dependencies just in case that dependency is
not properly handled by Kconfig.

Fixes: a09c1f7e1c1b ("test/py: Fix MMC/SD block write test dependency")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_mmc_wr.py