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>
|
#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);
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,10 @@ void romstage_pch_init(void);
|
||||||
int smbus_read_byte(unsigned int device, unsigned int address);
|
int smbus_read_byte(unsigned int device, unsigned int address);
|
||||||
/* Board type */
|
/* Board type */
|
||||||
enum board_type {
|
enum board_type {
|
||||||
BOARD_TYPE_MOBILE = 0,
|
BOARD_TYPE_MOBILE = 0,
|
||||||
BOARD_TYPE_DESKTOP = 1,
|
BOARD_TYPE_DESKTOP = 1,
|
||||||
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_ */
|
||||||
|
|
Loading…
Reference in New Issue