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:
parent
57a2a3ba93
commit
437c2baac4
|
@ -6,7 +6,6 @@
|
|||
#include <fsp/api.h>
|
||||
|
||||
void mainboard_memory_init_params(FSPM_UPD *mupd);
|
||||
|
||||
void systemagent_early_init(void);
|
||||
void romstage_pch_init(void);
|
||||
|
||||
|
|
|
@ -16,4 +16,5 @@ enum board_type {
|
|||
BOARD_TYPE_ULT_ULX = 5,
|
||||
BOARD_TYPE_SERVER = 7
|
||||
};
|
||||
|
||||
#endif /* _SOC_ROMSTAGE_H_ */
|
||||
|
|
Loading…
Reference in New Issue