sb/intel/i82801ix/early_init.c: Drop unnecessary initial value
Tested with BUILD_TIMELESS=1, Roda RK9 does not change. Change-Id: I17903dfe7b18a9244d0c102768dd153941f125a2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44331 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
d5fde1c922
commit
c5b22c8097
|
@ -11,7 +11,7 @@ void i82801ix_lpc_setup(void)
|
|||
{
|
||||
const pci_devfn_t d31f0 = PCI_DEV(0, 0x1f, 0);
|
||||
const struct device *dev = pcidev_on_root(0x1f, 0);
|
||||
const struct southbridge_intel_i82801ix_config *config = NULL;
|
||||
const struct southbridge_intel_i82801ix_config *config;
|
||||
|
||||
/* Configure serial IRQs.*/
|
||||
pci_write_config8(d31f0, D31F0_SERIRQ_CNTL, 0xd0);
|
||||
|
|
Loading…
Reference in New Issue