Re: [U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-19 Thread Michal Simek
On 15. 08. 19 17:42, Stephen Warren wrote: > On 8/15/19 12:26 AM, Michal Simek wrote: >> On 14. 08. 19 17:51, Stephen Warren wrote: >>> On 8/14/19 12:12 AM, Michal Simek wrote: On 13. 08. 19 23:21, Stephen Warren wrote: > On 8/1/19 10:48 PM, Michal Simek wrote: >> Test is using random

Re: [U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-15 Thread Stephen Warren
On 8/15/19 12:26 AM, Michal Simek wrote: On 14. 08. 19 17:51, Stephen Warren wrote: On 8/14/19 12:12 AM, Michal Simek wrote: On 13. 08. 19 23:21, Stephen Warren wrote: On 8/1/19 10:48 PM, Michal Simek wrote: Test is using random command which has own Kconfig symbol CMD_RANDOM which already

Re: [U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-15 Thread Michal Simek
On 14. 08. 19 17:51, Stephen Warren wrote: > On 8/14/19 12:12 AM, Michal Simek wrote: >> On 13. 08. 19 23:21, Stephen Warren wrote: >>> 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.

Re: [U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-14 Thread Stephen Warren
On 8/14/19 12:12 AM, Michal Simek wrote: On 13. 08. 19 23:21, Stephen Warren wrote: 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

Re: [U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-14 Thread Michal Simek
On 13. 08. 19 23:21, Stephen Warren wrote: > 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

Re: [U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-13 Thread Stephen Warren
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

Re: [U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-09 Thread Peng Fan
> Subject: [PATCH] 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") >

Re: [U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-02 Thread Peng Fan
> Subject: [PATCH] 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") >

[U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency

2019-08-01 Thread Michal Simek
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 --- test/py/tests/test_mmc_wr.py | 2 +- 1 file