soc/intel/{skl,cnl}: Uniformize romstage.h whitespace
Change-Id: Ide0e33826dd237bcd13f00400bbc8a08255b4f62 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50945 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		
				
					committed by
					
						
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							57a2a3ba93
						
					
				
				
					commit
					437c2baac4
				
			@@ -6,7 +6,6 @@
 | 
				
			|||||||
#include <fsp/api.h>
 | 
					#include <fsp/api.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void mainboard_memory_init_params(FSPM_UPD *mupd);
 | 
					void mainboard_memory_init_params(FSPM_UPD *mupd);
 | 
				
			||||||
 | 
					 | 
				
			||||||
void systemagent_early_init(void);
 | 
					void systemagent_early_init(void);
 | 
				
			||||||
void romstage_pch_init(void);
 | 
					void romstage_pch_init(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,4 +16,5 @@ enum board_type {
 | 
				
			|||||||
	BOARD_TYPE_ULT_ULX = 5,
 | 
						BOARD_TYPE_ULT_ULX = 5,
 | 
				
			||||||
	BOARD_TYPE_SERVER  = 7
 | 
						BOARD_TYPE_SERVER  = 7
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* _SOC_ROMSTAGE_H_ */
 | 
					#endif /* _SOC_ROMSTAGE_H_ */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user