diff options
Diffstat (limited to 'src/mainboard/jetway/j7f24')
-rw-r--r-- | src/mainboard/jetway/j7f24/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/jetway/j7f24/romstage.c b/src/mainboard/jetway/j7f24/romstage.c index b4e4413e0f..899a604187 100644 --- a/src/mainboard/jetway/j7f24/romstage.c +++ b/src/mainboard/jetway/j7f24/romstage.c @@ -92,7 +92,6 @@ void main(unsigned long bist) pci_write_config8(ctrl.d0f0, 0x4f, 0x01); f71805f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE); - uart_init(); console_init(); enable_smbus(); |