commit | 5b1769c84fca8f66f2fd595bddfbdf4aa2901a04 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Aug 19 11:06:13 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 20 12:20:33 2019 -0400 |
tree | dcbe2454187c87163accd666de9f679117da6313 | |
parent | b974fa2b63972d8d994455ef361059ece0c81773 [diff] |
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>