mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	spl: sata: add default partition and image name
Add sensible defaults for the FAT partition selection and the main U-Boot image file name. This allows spl_sata to build when the board headers does not select them explicitly. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
		
				
					committed by
					
						 Stefan Roese
						Stefan Roese
					
				
			
			
				
	
			
			
			
						parent
						
							ef8b7e045e
						
					
				
				
					commit
					a4c61ffde3
				
			| @@ -17,6 +17,14 @@ | ||||
| #include <fat.h> | ||||
| #include <image.h> | ||||
|  | ||||
| #ifndef CONFIG_SYS_SATA_FAT_BOOT_PARTITION | ||||
| #define CONFIG_SYS_SATA_FAT_BOOT_PARTITION	1 | ||||
| #endif | ||||
|  | ||||
| #ifndef CONFIG_SPL_FS_LOAD_PAYLOAD_NAME | ||||
| #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME	"u-boot.img" | ||||
| #endif | ||||
|  | ||||
| static int spl_sata_load_image(struct spl_image_info *spl_image, | ||||
| 			       struct spl_boot_device *bootdev) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user