mx6: tqma6: fix typo in env
there was a double bracketed var ref. fix this. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
This commit is contained in:
		
							parent
							
								
									dd9908da3f
								
							
						
					
					
						commit
						0b14f1a615
					
				| 
						 | 
				
			
			@ -262,7 +262,7 @@
 | 
			
		|||
			__stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; "           \
 | 
			
		||||
		"setexpr offset ${fdt_start} * "                               \
 | 
			
		||||
			__stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; "           \
 | 
			
		||||
		"sf read ${${fdt_addr}} ${offset} ${size}; "                   \
 | 
			
		||||
		"sf read ${fdt_addr} ${offset} ${size}; "                      \
 | 
			
		||||
		"setenv size ; setenv offset\0"                                \
 | 
			
		||||
 | 
			
		||||
#define CONFIG_BOOTCOMMAND                                                     \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue