intel/fsp_baytrail: fix whitespace issue in romstage.c
Change-Id: Ibb36292bb2fd40aa453dba1d9ce821f3e1e7a823 Reviewed-on: https://review.coreboot.org/14354 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
785a31d67e
commit
17573035fd
|
@ -214,7 +214,8 @@ void main(FSP_INFO_HEADER *fsp_info_header)
|
||||||
* The FSP early_init function returns to this function.
|
* The FSP early_init function returns to this function.
|
||||||
* Memory is setup and the stack is set by the FSP.
|
* Memory is setup and the stack is set by the FSP.
|
||||||
*/
|
*/
|
||||||
void romstage_main_continue(EFI_STATUS status, void *hob_list_ptr) {
|
void romstage_main_continue(EFI_STATUS status, void *hob_list_ptr)
|
||||||
|
{
|
||||||
int cbmem_was_initted;
|
int cbmem_was_initted;
|
||||||
void *cbmem_hob_ptr;
|
void *cbmem_hob_ptr;
|
||||||
uint32_t prev_sleep_state;
|
uint32_t prev_sleep_state;
|
||||||
|
|
Loading…
Reference in New Issue