[U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency
Stephen Warren
swarren at wwwdotorg.org
Tue Aug 13 21:21:31 UTC 2019
On 8/1/19 10:48 PM, Michal Simek wrote:
> 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.
This might not always be true; I think it'd be better to keep the
existing dependency list entries and just add CMD_RANDOM:
> - at pytest.mark.buildconfigspec('cmd_mmc','cmd_memory')
> + at pytest.mark.buildconfigspec('cmd_mmc','cmd_random')
More information about the U-Boot
mailing list