aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/rca/rm4100/auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/rca/rm4100/auto.c')
-rw-r--r--src/mainboard/rca/rm4100/auto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/rca/rm4100/auto.c b/src/mainboard/rca/rm4100/auto.c
index 14c50cb78c..833f5ba3fd 100644
--- a/src/mainboard/rca/rm4100/auto.c
+++ b/src/mainboard/rca/rm4100/auto.c
@@ -101,13 +101,13 @@ static void main(unsigned long bist)
hard_reset();
}
- enable_smbus();
-
smscsuperio_enable_serial(SERIAL_DEV, TTYS0_BASE);
mb_gpio_init();
uart_init();
console_init();
+ enable_smbus();
+
/* Prevent the TCO timer from rebooting us */
i82801xx_halt_tco_timer();