mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	rockchip: Also load the initrd below 512M
Similar to load an fdt, when loading an initrd about the 512Mb mark things seem to break. For now force loading below 512Mb until the reason why this fails has been determined/solved. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									3ba5f74a54
								
							
						
					
					
						commit
						9550e799e5
					
				@ -108,6 +108,7 @@
 | 
			
		||||
 * limit the fdt reallocation to that */
 | 
			
		||||
#define CONFIG_EXTRA_ENV_SETTINGS \
 | 
			
		||||
	"fdt_high=0x1fffffff\0" \
 | 
			
		||||
	"initrd_high=0x1fffffff\0" \
 | 
			
		||||
	ENV_MEM_LAYOUT_SETTINGS \
 | 
			
		||||
	BOOTENV
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user