Merge tag 'v2021.10-rc4' into next
[pandora-u-boot.git] / include / configs / mv-common.h
index 65d7dd1..e460f69 100644 (file)
 #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 */