mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-30 07:25:44 +00:00 
			
		
		
		
	The package contains u-boot and the RPi firmware blobs. It expects a tar ball of the root filesystem (including kernel and dtbs) on stdin and produces a compressed tar ball on stdout with the files to copy to a FAT32 formatted SD card. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			238 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			238 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/include/configs/rpi.h b/include/configs/rpi.h
 | |
| index c499b45..1faae3c 100644
 | |
| --- a/include/configs/rpi.h
 | |
| +++ b/include/configs/rpi.h
 | |
| @@ -161,4 +161,6 @@
 | |
|  	BOOTENV
 | |
|  
 | |
|  
 | |
| +#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024)
 | |
| +
 | |
|  #endif
 |