libpayload: whitespace cleanup
Align struct members with tabs. Change-Id: Ie8bdbd718c7217a3f3768dd037fa7c10badbc05e Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/8854 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
b9894efb86
commit
431e51ec2a
@@ -109,15 +109,15 @@ struct sysinfo_t {
|
|||||||
int x86_rom_var_mtrr_index;
|
int x86_rom_var_mtrr_index;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void *tstamp_table;
|
void *tstamp_table;
|
||||||
void *cbmem_cons;
|
void *cbmem_cons;
|
||||||
void *mrc_cache;
|
void *mrc_cache;
|
||||||
void *acpi_gnvs;
|
void *acpi_gnvs;
|
||||||
u32 board_id;
|
u32 board_id;
|
||||||
u32 ram_code;
|
u32 ram_code;
|
||||||
void *wifi_calibration;
|
void *wifi_calibration;
|
||||||
uint64_t ramoops_buffer;
|
uint64_t ramoops_buffer;
|
||||||
uint32_t ramoops_buffer_size;
|
uint32_t ramoops_buffer_size;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct sysinfo_t lib_sysinfo;
|
extern struct sysinfo_t lib_sysinfo;
|
||||||
|
Reference in New Issue
Block a user