mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastboot
Fastboot is very hungry when it flashes larges chunks, and 8MiB is way too small, allocate a much bigger size like other platforms using Fastboot. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Tested-by: Caleb Connolly <caleb.connolly@linaro.org> # rb1 Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
		
							parent
							
								
									1ef0f64a68
								
							
						
					
					
						commit
						c75a535bd3
					
				@ -11,6 +11,9 @@ config SYS_VENDOR
 | 
			
		||||
	  Based on this option board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
 | 
			
		||||
	  will be used as the custom board directory.
 | 
			
		||||
 | 
			
		||||
config SYS_MALLOC_LEN
 | 
			
		||||
	default 0x10000000
 | 
			
		||||
 | 
			
		||||
config SYS_MALLOC_F_LEN
 | 
			
		||||
	default 0x2000
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user