arm: mvebu: Fix comments about kwbimage structures
kwbimage v1 is used on more SoCs. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
		
							parent
							
								
									33cdd9eeaa
								
							
						
					
					
						commit
						7af368f471
					
				| 
						 | 
				
			
			@ -72,7 +72,7 @@
 | 
			
		|||
#define IBR_HDR_UART_ID			0x69
 | 
			
		||||
#define IBR_HDR_SDIO_ID			0xAE
 | 
			
		||||
 | 
			
		||||
/* Structure of the main header, version 1 (Armada 370/38x/XP) */
 | 
			
		||||
/* Structure of the main header, version 1 (Armada 370/XP/375/38x/39x) */
 | 
			
		||||
struct kwbimage_main_hdr_v1 {
 | 
			
		||||
	uint8_t  blockid;               /* 0x0       */
 | 
			
		||||
	uint8_t  flags;                 /* 0x1       */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -85,7 +85,7 @@ struct mvebu_image_info {
 | 
			
		|||
};
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/* Structure of the main header, version 1 (Armada 370/38x/XP) */
 | 
			
		||||
/* Structure of the main header, version 1 (Armada 370/XP/375/38x/39x) */
 | 
			
		||||
struct a38x_main_hdr_v1 {
 | 
			
		||||
	u8  blockid;               /* 0x0       */
 | 
			
		||||
	u8  flags;                 /* 0x1       */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue