mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +00:00 
			
		
		
		
	arm: mvebu: turris_mox: enable setexpr command in defconfig
Enable setexpr command in defconfig for Turris MOX. We have found that this is sometimes useful in U-Boot scripts and there is enough space in NOR memory on MOX. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
		
							parent
							
								
									a4ced7b3a4
								
							
						
					
					
						commit
						177cecdc4e
					
				@ -32,7 +32,7 @@ CONFIG_CMD_PCI=y
 | 
				
			|||||||
CONFIG_CMD_SPI=y
 | 
					CONFIG_CMD_SPI=y
 | 
				
			||||||
CONFIG_CMD_USB=y
 | 
					CONFIG_CMD_USB=y
 | 
				
			||||||
CONFIG_CMD_WDT=y
 | 
					CONFIG_CMD_WDT=y
 | 
				
			||||||
# CONFIG_CMD_SETEXPR is not set
 | 
					CONFIG_CMD_SETEXPR=y
 | 
				
			||||||
CONFIG_CMD_TFTPPUT=y
 | 
					CONFIG_CMD_TFTPPUT=y
 | 
				
			||||||
CONFIG_CMD_CACHE=y
 | 
					CONFIG_CMD_CACHE=y
 | 
				
			||||||
CONFIG_CMD_TIME=y
 | 
					CONFIG_CMD_TIME=y
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user