sb/intel/i82801jx/early_init.c: Drop double blank line
Change-Id: Ia37c5feb5a61793c10496a2d9cabb7661aa758b4 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44332 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Michael Niewöhner
This commit is contained in:
parent
c5b22c8097
commit
05a8c0aa69
|
@ -34,7 +34,6 @@ void i82801jx_lpc_setup(void)
|
||||||
| GAMEL_LPC_EN | FDD_LPC_EN | LPT_LPC_EN
|
| GAMEL_LPC_EN | FDD_LPC_EN | LPT_LPC_EN
|
||||||
| COMB_LPC_EN | COMA_LPC_EN);
|
| COMB_LPC_EN | COMA_LPC_EN);
|
||||||
|
|
||||||
|
|
||||||
/* Set up generic decode ranges */
|
/* Set up generic decode ranges */
|
||||||
if (!dev || !dev->chip_info)
|
if (!dev || !dev->chip_info)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue