summaryrefslogtreecommitdiff
path: root/src/mainboard/ibm/sbp1/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ibm/sbp1/bootblock.c')
-rw-r--r--src/mainboard/ibm/sbp1/bootblock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/ibm/sbp1/bootblock.c b/src/mainboard/ibm/sbp1/bootblock.c
index 9aca04e1ef..e04d8ef6be 100644
--- a/src/mainboard/ibm/sbp1/bootblock.c
+++ b/src/mainboard/ibm/sbp1/bootblock.c
@@ -28,7 +28,4 @@ void bootblock_mainboard_early_init(void)
/* Enable com1 (0x3f8) and superio (0x2e) */
pci_write_config16(PCH_DEV_LPC, LPC_IO_DECODE, lpciod);
pci_write_config16(PCH_DEV_LPC, LPC_IO_ENABLES, lpcioe);
-
- const pnp_devfn_t serial_dev = PNP_DEV(ASPEED_SIO_PORT, AST2400_SUART1);
- aspeed_enable_serial(serial_dev, CONFIG_TTYS0_BASE);
}