summaryrefslogtreecommitdiffstats
path: root/common/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/serial.c')
-rw-r--r--common/serial.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/serial.c b/common/serial.c
index 8ebf9a5d2e..7a69fc1a52 100644
--- a/common/serial.c
+++ b/common/serial.c
@@ -173,6 +173,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