summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/serial.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/serial.c b/common/serial.c
index 748e5d5b10..995d268f64 100644
--- a/common/serial.c
+++ b/common/serial.c
@@ -105,6 +105,9 @@ void serial_initialize (void)
serial_register(&serial6_device);
#endif
#endif
+#if defined(CONFIG_SYS_BFIN_UART)
+ serial_register_bfin_uart();
+#endif
serial_assign (default_serial_console ()->name);
}
OpenPOWER on IntegriCloud