ARM: zynq: Enable mtest command at least on one platform
mtest is being checked by test/py framework and this test should run at least on one platform that's why enabling mtest on zc702. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
		
							parent
							
								
									fdba86972f
								
							
						
					
					
						commit
						2b4367dfee
					
				| 
						 | 
					@ -20,6 +20,7 @@ CONFIG_SPL_SPI_LOAD=y
 | 
				
			||||||
CONFIG_SYS_PROMPT="Zynq> "
 | 
					CONFIG_SYS_PROMPT="Zynq> "
 | 
				
			||||||
CONFIG_CMD_THOR_DOWNLOAD=y
 | 
					CONFIG_CMD_THOR_DOWNLOAD=y
 | 
				
			||||||
CONFIG_CMD_EEPROM=y
 | 
					CONFIG_CMD_EEPROM=y
 | 
				
			||||||
 | 
					CONFIG_CMD_MEMTEST=y
 | 
				
			||||||
CONFIG_CMD_DFU=y
 | 
					CONFIG_CMD_DFU=y
 | 
				
			||||||
# CONFIG_CMD_FLASH is not set
 | 
					# CONFIG_CMD_FLASH is not set
 | 
				
			||||||
CONFIG_CMD_FPGA_LOADBP=y
 | 
					CONFIG_CMD_FPGA_LOADBP=y
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue