summaryrefslogtreecommitdiff
path: root/include/configs/mv-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r--include/configs/mv-common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index 65d7dd1430..e460f69a08 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -39,6 +39,15 @@
#define CONFIG_SYS_NS16550_COM1 MV_UART_CONSOLE_BASE
#endif
+#if defined(CONFIG_ARMADA_38X) && !defined(CONFIG_SYS_BAUDRATE_TABLE)
+#define CONFIG_SYS_BAUDRATE_TABLE { 300, 600, 1200, 1800, 2400, 4800, \
+ 9600, 19200, 38400, 57600, 115200, \
+ 230400, 460800, 500000, 576000, \
+ 921600, 1000000, 1152000, 1500000, \
+ 2000000, 2500000, 3125000, 4000000, \
+ 5200000 }
+#endif
+
/* auto boot */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buff Size */