summaryrefslogtreecommitdiff
path: root/src/include/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/console')
-rw-r--r--src/include/console/uart.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/console/uart.h b/src/include/console/uart.h
index 744eb625f4..0dccd00d43 100644
--- a/src/include/console/uart.h
+++ b/src/include/console/uart.h
@@ -23,11 +23,6 @@
* baudrate generator. */
unsigned int uart_platform_refclk(void);
-/* Return the baudrate determined from option_table, or when that is
- * not used, CONFIG_TTYS0_BAUD.
- */
-unsigned int default_baudrate(void);
-
/* Returns the divisor value for a given baudrate.
* The formula to satisfy is:
* refclk / divisor = baudrate * oversample