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: 09da18deab ("test/py: add MMC/SD block write test")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
			
			
This commit is contained in:
		
							parent
							
								
									3148a3c2d3
								
							
						
					
					
						commit
						a09c1f7e1c
					
				|  | @ -35,7 +35,7 @@ env__mmc_wr_configs = ( | ||||||
| 
 | 
 | ||||||
| """ | """ | ||||||
| 
 | 
 | ||||||
| @pytest.mark.buildconfigspec('cmd_mmc','cmd_memory') | @pytest.mark.buildconfigspec('cmd_mmc','cmd_random') | ||||||
| def test_mmc_wr(u_boot_console, env__mmc_wr_config): | def test_mmc_wr(u_boot_console, env__mmc_wr_config): | ||||||
|     """Test the "mmc write" command. |     """Test the "mmc write" command. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue