]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
committerTom Rini <trini@konsulko.com>
Tue, 20 Aug 2019 16:20:33 +0000 (12:20 -0400)
commit4f23d245112bd17898fda5601662d725d8aed9f9
treedcbe2454187c87163accd666de9f679117da6313
parentcd1db463539fdb51716ca48603c4b1b922cb5aaf
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